♻️(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:
committed by
Anthony LC
parent
dd5b6bd023
commit
be995fd211
@@ -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