diff --git a/nexus/v1.0.0/templates/ingress.yaml b/nexus/v1.0.0/templates/ingress.yaml index fc60e5d..6d64755 100644 --- a/nexus/v1.0.0/templates/ingress.yaml +++ b/nexus/v1.0.0/templates/ingress.yaml @@ -10,8 +10,6 @@ metadata: release: "{{ $.Release.Name }}" heritage: "{{ $.Release.Service }}" annotations: - kubernetes.io/ingress.class: "nginx" - nginx.ingress.kubernetes.io/proxy-body-size: "0" ingress.kubernetes.io/proxy-body-size: "0" {{- if .tls }} ingress.kubernetes.io/secure-backends: "true"