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