Skip to content

Commit

Permalink
set ingress-nginx buffer size to 32k
Browse files Browse the repository at this point in the history
  • Loading branch information
nabuskey committed Feb 15, 2024
1 parent 92a7440 commit 526526a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hack/ingress-nginx/cm-ingress-nginx-controller.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: ingress-nginx-controller
namespace: ingress-nginx
data:
allow-snippet-annotations: "true"
proxy-buffer-size: "32k"
1 change: 1 addition & 0 deletions hack/ingress-nginx/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ resources:
patches:
- path: deployment-ingress-nginx.yaml
- path: service-ingress-nginx.yaml
- path: cm-ingress-nginx-controller.yaml
- target:
group: ""
version: v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ subjects:
apiVersion: v1
data:
allow-snippet-annotations: "true"
proxy-buffer-size: 32k
kind: ConfigMap
metadata:
labels:
Expand Down

0 comments on commit 526526a

Please sign in to comment.