Skip to content

Commit

Permalink
fix: ingress-nginx lb annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
revant committed Feb 19, 2025
1 parent 3a9e75f commit 3585c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kubernetes-loadbalancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For Internal LB add appropriate annotation as per your cloud provider. e.g. Digi
helm upgrade --install ingress-nginx ingress-nginx \
--repo https://kubernetes.github.io/ingress-nginx \
--namespace ingress-nginx --create-namespace \
--set service.annotations."service\.beta\.kubernetes\.io/do-loadbalancer-network"="INTERNAL"
--set controller.service.annotations."service\.beta\.kubernetes\.io/do-loadbalancer-network"="INTERNAL"
```

Reference:
Expand Down

0 comments on commit 3585c1c

Please sign in to comment.