Skip to content

Commit dbd8983

Browse files
committed
fix ingess nginx install in aks example
1 parent b9a3a67 commit dbd8983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/azure/aks-new_cluster/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ helm upgrade ingress-nginx nginx/ingress-nginx \
5656
--set controller.service.type=LoadBalancer \
5757
--set controller.service.annotations."service\.beta\.kubernetes\.io/azure-load-balancer-health-probe-request-path"=/healthz \
5858
--set controller.allowSnippetAnnotations=true \
59+
--set controller.progressDeadlineSeconds=600 \
5960
--install
6061
```
6162

0 commit comments

Comments
 (0)