From: garciadeblas Date: Tue, 15 Oct 2024 15:38:06 +0000 (+0200) Subject: Update NBI ingress since NBI does not use HTTPS X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=fd97d54008baa8484e506f7f462bf318afa890bd;p=osm%2Fdevops.git Update NBI ingress since NBI does not use HTTPS Change-Id: I7883f92ccd330ec870c65014f82601a3d7862db5 Signed-off-by: garciadeblas --- 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 }}