Update NBI ingress since NBI does not use HTTPS 39/14639/3 master
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 15 Oct 2024 15:38:06 +0000 (17:38 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Sat, 19 Oct 2024 12:21:22 +0000 (14:21 +0200)
Change-Id: I7883f92ccd330ec870c65014f82601a3d7862db5
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
installers/helm/osm/templates/nbi/nbi-ingress.yaml

index ba0d13e..a47c655 100644 (file)
@@ -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 }}