Move Kong to infra deployment
[it/dep.git] / ric-platform / 55-Ext-Services / helm / extsvcplt / templates / services-aux.yaml
index 0605a74..5987322 100644 (file)
@@ -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 -}}