diff --git a/nexus/v1.0.0/templates/ingress.yaml b/nexus/v1.0.0/templates/ingress.yaml index 2bb4ac8..6d64755 100644 --- a/nexus/v1.0.0/templates/ingress.yaml +++ b/nexus/v1.0.0/templates/ingress.yaml @@ -10,11 +10,7 @@ metadata: release: "{{ $.Release.Name }}" heritage: "{{ $.Release.Service }}" annotations: - kubernetes.io/ingress.class: "nginx" - ingress.kubernetes.io/proxy-body-size: "100m" - nginx.org/proxy-connect-timeout: "30s" - nginx.org/proxy-read-timeout: "20s" - nginx.org/client-max-body-size: "50m" + ingress.kubernetes.io/proxy-body-size: "0" {{- if .tls }} ingress.kubernetes.io/secure-backends: "true" {{- end }}