File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ helm install nginx-ingress ingress-nginx/ingress-nginx \
138
138
--set controller.admissionWebhooks.patch.image.tag=$PATCH_TAG \
139
139
--set controller.admissionWebhooks.patch.image.digest="" \
140
140
--set defaultBackend.nodeSelector."kubernetes\. io/os"=linux \
141
+ --set controller.service.annotations."service\. beta\. kubernetes\. io/azure-load-balancer-health-probe-request-path"=/healthz \
141
142
--set defaultBackend.image.registry=$ACR_URL \
142
143
--set defaultBackend.image.image=$DEFAULTBACKEND_IMAGE \
143
144
--set defaultBackend.image.tag=$DEFAULTBACKEND_TAG \
@@ -163,6 +164,7 @@ helm install nginx-ingress ingress-nginx/ingress-nginx `
163
164
--set controller.image.tag=$ControllerTag `
164
165
--set controller.image.digest="" `
165
166
--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 `
166
168
--set controller.admissionWebhooks.patch.image.registry=$AcrUrl `
167
169
--set controller.admissionWebhooks.patch.image.image=$PatchImage `
168
170
--set controller.admissionWebhooks.patch.image.tag=$PatchTag `
You can’t perform that action at this time.
0 commit comments