From fd97d54008baa8484e506f7f462bf318afa890bd Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 15 Oct 2024 17:38:06 +0200 Subject: [PATCH] Update NBI ingress since NBI does not use HTTPS Change-Id: I7883f92ccd330ec870c65014f82601a3d7862db5 Signed-off-by: garciadeblas --- installers/helm/osm/templates/nbi/nbi-ingress.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installers/helm/osm/templates/nbi/nbi-ingress.yaml b/installers/helm/osm/templates/nbi/nbi-ingress.yaml index ba0d13e8..a47c655f 100644 --- a/installers/helm/osm/templates/nbi/nbi-ingress.yaml +++ b/installers/helm/osm/templates/nbi/nbi-ingress.yaml @@ -23,7 +23,6 @@ metadata: {{- include "osm.labels" . | nindent 4 }} annotations: nginx.ingress.kubernetes.io/force-ssl-redirect: "true" - nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" spec: ingressClassName: nginx rules: @@ -49,4 +48,4 @@ spec: - "nbi.{{ .Values.global.hostname }}" {{- end }} secretName: nbi-cert -{{- end }} \ No newline at end of file +{{- end }} -- 2.25.1