diff --git a/hack/helm_vars/ingress-nginx-controller/values.yaml.gotmpl b/hack/helm_vars/ingress-nginx-controller/values.yaml.gotmpl index dce7f5d0ab..116c627a2f 100644 --- a/hack/helm_vars/ingress-nginx-controller/values.yaml.gotmpl +++ b/hack/helm_vars/ingress-nginx-controller/values.yaml.gotmpl @@ -19,3 +19,5 @@ ingress-nginx: # prevent new kind:Ingress resources to be created in the cluster. admissionWebhooks: enabled: false + config: + http2-max-requests: 10000 \ No newline at end of file diff --git a/hack/helm_vars/nginx-ingress-controller/values.yaml.gotmpl b/hack/helm_vars/nginx-ingress-controller/values.yaml.gotmpl index a12dd9c86d..d7a4643a87 100644 --- a/hack/helm_vars/nginx-ingress-controller/values.yaml.gotmpl +++ b/hack/helm_vars/nginx-ingress-controller/values.yaml.gotmpl @@ -11,3 +11,5 @@ nginx-ingress: # choose a random free port https: null http: null + config: + http2-max-requests: "10000"