We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9525f62 commit 8346535Copy full SHA for 8346535
apps/test-smoke/environments/prod/ingress.yaml
@@ -4,8 +4,11 @@ metadata:
4
name: testsmoke-web
5
annotations:
6
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
9
spec:
10
ingressClassName: nginx
11
+
12
tls:
13
- hosts:
14
- testsmoke-web.do.metacpan.org
0 commit comments