X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F55-Ext-Services%2Fhelm%2Fextsvcplt%2Ftemplates%2Fservices-helm.yaml;h=dd6f3e4ace67d81a92977a985674290f2e295f0a;hb=e8aa4b7ae26bc9454ea735df6174e28bcff0610a;hp=99a44c1205ab1e8fe64197a0355e65f03cdbaef4;hpb=581a3a371b3d0adfb6d9c831ad6877c3e07df0cd;p=it%2Fdep.git diff --git a/ric-platform/55-Ext-Services/helm/extsvcplt/templates/services-helm.yaml b/ric-platform/55-Ext-Services/helm/extsvcplt/templates/services-helm.yaml index 99a44c12..dd6f3e4a 100644 --- a/ric-platform/55-Ext-Services/helm/extsvcplt/templates/services-helm.yaml +++ b/ric-platform/55-Ext-Services/helm/extsvcplt/templates/services-helm.yaml @@ -44,9 +44,9 @@ subsets: - addresses: - ip: "{{ $.Values.extsvcplt.auxip }}" ports: - - port: {{ include "common.ingresshttpport.aux" $ }} + - port: {{ include "common.ingresshttpport" $ }} name: {{ include "common.ingressurl.helm" $ }}-http-ingress-port - - port: {{ include "common.ingresshttpsport.aux" $ }} + - port: {{ include "common.ingresshttpsport" $ }} name: {{ include "common.ingressurl.helm" $ }}-https-ingress-port {{- end -}}