adding annotation to ensure internal load balancer is created
This commit is contained in:
parent
c9743ae585
commit
fd0a2ad492
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ controller:
|
||||||
annotations:
|
annotations:
|
||||||
# Create internal NLB
|
# Create internal NLB
|
||||||
service.beta.kubernetes.io/aws-load-balancer-scheme: "internal"
|
service.beta.kubernetes.io/aws-load-balancer-scheme: "internal"
|
||||||
|
service.beta.kubernetes.io/aws-load-balancer-internal: true
|
||||||
# Create internal ELB(Deprecated)
|
# Create internal ELB(Deprecated)
|
||||||
# service.beta.kubernetes.io/aws-load-balancer-internal: "true"
|
# service.beta.kubernetes.io/aws-load-balancer-internal: "true"
|
||||||
# Any other annotation can be declared here.
|
# Any other annotation can be declared here.
|
||||||
|
|
Loading…
Reference in a new issue