mirror of
https://github.com/suitenumerique/docs.git
synced 2026-08-29 11:19:42 +02:00
♻️(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:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user