Chart: Add controller.service.external.labels & controller.service.internal.labels. (#12704)

This commit is contained in:
Samuel Arogbonlo 2025-01-22 08:58:37 +01:00 committed by GitHub
parent 59a0da769d
commit fe91e8e422
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 40 additions and 0 deletions

View file

@ -9,5 +9,7 @@ controller:
internal:
enabled: true
labels:
external-dns.alpha.kubernetes.io/hostname: internal.example.com
annotations:
service.beta.kubernetes.io/aws-load-balancer-internal: "true"

View file

@ -7,6 +7,10 @@ controller:
service:
type: NodePort
external:
labels:
external-dns.alpha.kubernetes.io/hostname: external.example.com
nodePorts:
tcp:
9000: 30090