Skip to content

Commit

Permalink
hack: Make tests pass by increasing http2-max-requests in ingress-nginx
Browse files Browse the repository at this point in the history
Workaround for: kazu-yamamoto/http2#102
  • Loading branch information
akshaymankar committed Dec 19, 2023
1 parent 3e9e92d commit 59c89b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/helm_vars/ingress-nginx-controller/values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 59c89b8

Please sign in to comment.