From 1c919567ee27107296d17ff789b8d676cb33dae9 Mon Sep 17 00:00:00 2001 From: Ryan Lo Date: Sun, 25 Feb 2024 23:52:28 +0800 Subject: [PATCH] remove anno Signed-off-by: Ryan Lo --- charts/flyte-binary/templates/ingress/http.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/charts/flyte-binary/templates/ingress/http.yaml b/charts/flyte-binary/templates/ingress/http.yaml index c880350334..cdce87047b 100644 --- a/charts/flyte-binary/templates/ingress/http.yaml +++ b/charts/flyte-binary/templates/ingress/http.yaml @@ -21,9 +21,6 @@ metadata: {{- if .Values.ingress.httpAnnotations }} {{- tpl ( .Values.ingress.httpAnnotations | toYaml ) . | nindent 4 }} {{- end }} - {{- if not .Values.ingress.separateGrpcIngress }} - nginx.ingress.kubernetes.io/backend-protocol: "GRPC" - {{- end }} spec: {{- if .Values.ingress.httpIngressClassName }} ingressClassName: {{ .Values.ingress.httpIngressClassName | quote }}