♻️(helm) increase client_max_body_size value

Image and document uploaded were limited to 10MB.
For the conversion service, we allow up to 20MB.
For the dev and feature environment, we have to increase this value
accordingly.
This commit is contained in:
Manuel Raynaud
2026-01-20 10:55:19 +01:00
committed by Anthony LC
parent dd5b6bd023
commit be995fd211
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ ingress:
enabled: true
host: docs.127.0.0.1.nip.io
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 10m
nginx.ingress.kubernetes.io/proxy-body-size: 20m
ingressCollaborationWS:
enabled: true

View File

@@ -162,7 +162,7 @@ ingress:
enabled: true
host: {{ .Values.feature }}-docs.{{ .Values.domain }}
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 10m
nginx.ingress.kubernetes.io/proxy-body-size: 20m
cert-manager.io/cluster-issuer: letsencrypt
ingressCollaborationWS: