Skip to content

Commit df47cc6

Browse files
authored
Fix: switch to /healthz for ingress controller health probes
1 parent d3baf44 commit df47cc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/aks/ingress-internal-ip.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ helm install nginx-ingress ingress-nginx/ingress-nginx \
138138
--set controller.admissionWebhooks.patch.image.tag=$PATCH_TAG \
139139
--set controller.admissionWebhooks.patch.image.digest="" \
140140
--set defaultBackend.nodeSelector."kubernetes\.io/os"=linux \
141+
--set controller.service.annotations."service\.beta\.kubernetes\.io/azure-load-balancer-health-probe-request-path"=/healthz \
141142
--set defaultBackend.image.registry=$ACR_URL \
142143
--set defaultBackend.image.image=$DEFAULTBACKEND_IMAGE \
143144
--set defaultBackend.image.tag=$DEFAULTBACKEND_TAG \
@@ -163,6 +164,7 @@ helm install nginx-ingress ingress-nginx/ingress-nginx `
163164
--set controller.image.tag=$ControllerTag `
164165
--set controller.image.digest="" `
165166
--set controller.admissionWebhooks.patch.nodeSelector."kubernetes\.io/os"=linux `
167+
--set controller.service.annotations."service\.beta\.kubernetes\.io/azure-load-balancer-health-probe-request-path"=/healthz `
166168
--set controller.admissionWebhooks.patch.image.registry=$AcrUrl `
167169
--set controller.admissionWebhooks.patch.image.image=$PatchImage `
168170
--set controller.admissionWebhooks.patch.image.tag=$PatchTag `

0 commit comments

Comments
 (0)