adding annotation to ensure internal load balancer is created

This commit is contained in:
Manish K 2024-09-04 00:23:57 +05:45 committed by GitHub
parent c9743ae585
commit fd0a2ad492
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,6 +145,7 @@ controller:
annotations:
# Create internal NLB
service.beta.kubernetes.io/aws-load-balancer-scheme: "internal"
service.beta.kubernetes.io/aws-load-balancer-internal: true
# Create internal ELB(Deprecated)
# service.beta.kubernetes.io/aws-load-balancer-internal: "true"
# Any other annotation can be declared here.