diff --git a/charts/keep/templates/ingress-nginx.yaml b/charts/keep/templates/ingress-nginx.yaml index 65aa7a5..b8fed63 100644 --- a/charts/keep/templates/ingress-nginx.yaml +++ b/charts/keep/templates/ingress-nginx.yaml @@ -9,7 +9,6 @@ metadata: app.kubernetes.io/component: networking annotations: {{- if or (eq .Values.global.ingress.className "nginx") (eq .Values.global.ingress.classType "nginx") }} - kubernetes.io/ingress.class: {{ .Values.global.ingress.className }} nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" nginx.ingress.kubernetes.io/proxy-connect-timeout: "3600"