diff --git a/templates/ingress.yaml b/templates/ingress.yaml index fbcef7dd8ac5a6136b03e32f7da46c7ed959c53a_dGVtcGxhdGVzL2luZ3Jlc3MueWFtbA==..42036adcd0a70631605492a1e94d151d81931d20_dGVtcGxhdGVzL2luZ3Jlc3MueWFtbA== 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -7,7 +7,6 @@ app.kubernetes.io/name: {{ .Values.appName }} app.kubernetes.io/instance: {{ .Release.Name }} annotations: - kubernetes.io/ingress.class: nginx nginx.ingress.kubernetes.io/force-ssl-redirect: "true" {{- with .Values.ingress.clusterIssuer }} cert-manager.io/cluster-issuer: {{ . }} @@ -25,6 +24,7 @@ add_header X-Robots-Tag "noindex, nofollow"; {{- end}} spec: + ingressClassName: nginx tls: - hosts: - {{ .Values.host }}