Skip to content

Commit

Permalink
helm: Update the example value for EKS load balancer internal annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Oshan Galwaduge <oshan304@gmail.com>
  • Loading branch information
oshangalwaduge committed Mar 12, 2024
1 parent 6fe3725 commit aa1dd1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Documentation/helm-values.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion install/kubernetes/cilium/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion install/kubernetes/cilium/values.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion install/kubernetes/cilium/values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2672,7 +2672,7 @@ clustermesh:

# -- Annotations for the clustermesh-apiserver
# For GKE LoadBalancer, use annotation cloud.google.com/load-balancer-type: "Internal"
# For EKS LoadBalancer, use annotation service.beta.kubernetes.io/aws-load-balancer-internal: 0.0.0.0/0
# For EKS LoadBalancer, use annotation service.beta.kubernetes.io/aws-load-balancer-internal: "true"
annotations: {}
# -- The externalTrafficPolicy of service used for apiserver access.
externalTrafficPolicy:
Expand Down

0 comments on commit aa1dd1f

Please sign in to comment.