From 59c89b85288cb4620c160f6cccf140230cf72ac6 Mon Sep 17 00:00:00 2001 From: Akshay Mankar Date: Tue, 19 Dec 2023 10:09:28 +0100 Subject: [PATCH] hack: Make tests pass by increasing http2-max-requests in ingress-nginx Workaround for: https://github.com/kazu-yamamoto/http2/issues/102 --- hack/helm_vars/ingress-nginx-controller/values.yaml.gotmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hack/helm_vars/ingress-nginx-controller/values.yaml.gotmpl b/hack/helm_vars/ingress-nginx-controller/values.yaml.gotmpl index dce7f5d0ab0..116c627a2fe 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