Skip to content

Commit 222d40a

Browse files
authored
fix ingess nginx install in aks example (#27)
* fix ingess nginx install in aks example * update
1 parent fe6555d commit 222d40a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/azure/aks-new_cluster/sample-values_nginx.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
controller:
2+
progressDeadlineSeconds: 600
23
service:
34
type: LoadBalancer
45
annotations:
@@ -8,4 +9,4 @@ controller:
89
enable-underscores-in-headers: true
910
annotations-risk-level: "Critical"
1011
autoscaling:
11-
enabled: true
12+
enabled: true

0 commit comments

Comments
 (0)