chore(nginx): increase max body size

This commit is contained in:
Rob Watson 2024-01-14 06:18:53 +01:00
parent ce0f243768
commit 491bdc592d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ kind: Ingress
metadata:
name: ingress
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 10m
nginx.ingress.kubernetes.io/proxy-body-size: 30m
nginx.ingress.kubernetes.io/server-snippet: |
location = /robots.txt {
add_header Content-Type text/plain;