We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4874c69 commit bcbe769Copy full SHA for bcbe769
roles/ingress-controller/templates/values.yaml
@@ -6,10 +6,14 @@ controller:
6
7
hostNetwork: true
8
9
+ # because of host network, which binds the host port during rolling upgrade
10
+ updateStrategy:
11
+ type: Recreate
12
+
13
extraArgs:
14
http-port: {{ ingress_http_port }}
15
https-port: {{ ingress_https_port }}
- # required for gardener virtual garden
16
+ # required for gardener virtual garden
17
enable-ssl-passthrough: ""
18
19
daemonset:
0 commit comments