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 197910f commit 9078244Copy full SHA for 9078244
system/ingress-nginx/values.yaml
@@ -1,6 +1,8 @@
1
ingress-nginx:
2
controller:
3
admissionWebhooks:
4
+ # This fix need to be applied: https://github.com/kubernetes/ingress-nginx/pull/12626
5
+ enabled: false
6
timeoutSeconds: 30
7
8
replicaCount: 2
@@ -17,7 +19,6 @@ ingress-nginx:
17
19
use-forwarded-headers: true
18
20
allow-snippet-annotations: true
21
annotations-risk-level: Critical
- strict-validate-path-type: "false"
22
enable-brotli: "true"
23
brotli-level: "6"
24
# Added text/html and application/vnd.api+json + default ones:
0 commit comments