Skip to content

Commit bcbe769

Browse files
authored
Recreate update strategy for ingress-nginx (#235)
1 parent 4874c69 commit bcbe769

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

roles/ingress-controller/templates/values.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ controller:
66

77
hostNetwork: true
88

9+
# because of host network, which binds the host port during rolling upgrade
10+
updateStrategy:
11+
type: Recreate
12+
913
extraArgs:
1014
http-port: {{ ingress_http_port }}
1115
https-port: {{ ingress_https_port }}
12-
# required for gardener virtual garden
16+
# required for gardener virtual garden
1317
enable-ssl-passthrough: ""
1418

1519
daemonset:

0 commit comments

Comments
 (0)