X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F55-Ext-Services%2Fhelm%2Fext%2Ftemplates%2Fservices-aux.yaml;h=96839eb93544e4400cccdbf26a5837ee10318dd6;hb=e7873992010cbe1274c8afc432b51be090bcd2d5;hp=ec524c17c86b303a3663f487cfda86212459a050;hpb=86b29e1012a61a131f54637ffa3a8814660c13dc;p=it%2Fdep.git diff --git a/ric-platform/55-Ext-Services/helm/ext/templates/services-aux.yaml b/ric-platform/55-Ext-Services/helm/ext/templates/services-aux.yaml index ec524c17..96839eb9 100644 --- a/ric-platform/55-Ext-Services/helm/ext/templates/services-aux.yaml +++ b/ric-platform/55-Ext-Services/helm/ext/templates/services-aux.yaml @@ -41,7 +41,7 @@ subsets: ports: - port: {{ include "common.ingresshttpport.ricaux" . }} name: {{ include "common.ingressurl.ricaux" . }}-http-ingress-port - - port: {{ include "common.ingresshttpport.ricaux" . }} + - port: {{ include "common.ingresshttpsport.ricaux" . }} name: {{ include "common.ingressurl.ricaux" . }}-https-ingress-port --- kind: "Service" @@ -70,5 +70,5 @@ subsets: ports: - port: {{ include "common.ingresshttpport.ricinfra" . }} name: {{ include "common.ingressurl.ricinfra" . }}-http-ingress-port - - port: {{ include "common.ingresshttpport.ricinfra" . }} + - port: {{ include "common.ingresshttspport.ricinfra" . }} name: {{ include "common.ingressurl.ricinfra" . }}-https-ingress-port