diff --git a/nexus/v1.0.0/templates/ingress.yaml b/nexus/v1.0.0/templates/ingress.yaml index 2261ff9..cc14053 100644 --- a/nexus/v1.0.0/templates/ingress.yaml +++ b/nexus/v1.0.0/templates/ingress.yaml @@ -11,7 +11,7 @@ metadata: heritage: "{{ $.Release.Service }}" annotations: kubernetes.io/ingress.class: "nginx" - ingress.kubernetes.io/proxy-body-size: 50m + ingress.kubernetes.io/proxy-body-size: 1000m {{- if .tls }} ingress.kubernetes.io/secure-backends: "true" {{- end }}