X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-platform%2F55-Ext-Services%2Fhelm%2Fextsvcplt%2Ftemplates%2Fservices-aux.yaml;fp=ric-platform%2F55-Ext-Services%2Fhelm%2Fextsvcplt%2Ftemplates%2Fservices-aux.yaml;h=598732240e3f70ad4127cddc84cc880f5af60100;hb=ef05762e72bf0af584301bf58b2035f7ac4e3842;hp=0605a749342c48094b48d5f178e301a50f15660c;hpb=25428c74ecffd82152b5642cca81c19508d3218c;p=it%2Fdep.git diff --git a/ric-platform/55-Ext-Services/helm/extsvcplt/templates/services-aux.yaml b/ric-platform/55-Ext-Services/helm/extsvcplt/templates/services-aux.yaml index 0605a749..59873224 100644 --- a/ric-platform/55-Ext-Services/helm/extsvcplt/templates/services-aux.yaml +++ b/ric-platform/55-Ext-Services/helm/extsvcplt/templates/services-aux.yaml @@ -43,8 +43,8 @@ subsets: - addresses: - ip: "{{ $.Values.extsvcplt.auxip }}" ports: - - port: {{ include "common.ingresshttpport.aux" $ }} + - port: {{ include "common.ingresshttpport" $ }} name: {{ include "common.ingressurl.aux" $ }}-http-ingress-port - - port: {{ include "common.ingresshttpsport.aux" $ }} + - port: {{ include "common.ingresshttpsport" $ }} name: {{ include "common.ingressurl.aux" $ }}-https-ingress-port {{- end -}}