Skip to content

Commit 8346535

Browse files
committed
Set a really large body size as we often get requests > 1m and have seen 6m
1 parent 9525f62 commit 8346535

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/test-smoke/environments/prod/ingress.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ metadata:
44
name: testsmoke-web
55
annotations:
66
cert-manager.io/cluster-issuer: letsencrypt-production
7+
# https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#custom-max-body-size
8+
nginx.ingress.kubernetes.io/proxy-body-size: 8m
79
spec:
810
ingressClassName: nginx
11+
912
tls:
1013
- hosts:
1114
- testsmoke-web.do.metacpan.org

0 commit comments

Comments
 (0)