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 80a54c1 commit 7052722Copy full SHA for 7052722
k8s/app.yaml
@@ -63,6 +63,7 @@ metadata:
63
annotations:
64
kubernetes.io/ingress.class: nginx
65
certmanager.k8s.io/cluster-issuer: letsencrypt-prod
66
+ nginx.ingress.kubernetes.io/proxy-body-size: "0"
67
spec:
68
tls:
69
- hosts:
@@ -95,7 +96,6 @@ metadata:
95
96
labels:
97
app: chime
98
- nginx.ingress.kubernetes.io/proxy-body-size: "0"
99
nginx.ingress.kubernetes.io/proxy-buffering: "on" # Important!
100
nginx.ingress.kubernetes.io/configuration-snippet: |
101
proxy_cache static-cache;
0 commit comments