Chart: Add controller.service.external.labels & controller.service.internal.labels. (#12704)
This commit is contained in:
parent
59a0da769d
commit
fe91e8e422
8 changed files with 40 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,10 @@ controller:
|
|||
service:
|
||||
type: NodePort
|
||||
|
||||
external:
|
||||
labels:
|
||||
external-dns.alpha.kubernetes.io/hostname: external.example.com
|
||||
|
||||
nodePorts:
|
||||
tcp:
|
||||
9000: 30090
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue