Defining all port numbers in common template
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / appmgr / templates / ingress-appmgr.yaml
index 683b32b..8123930 100644 (file)
@@ -9,4 +9,4 @@ spec:
       - path: /appmgr
         backend:
           serviceName: {{ include "common.servicename.appmgr.http" . }}
-          servicePort: {{ .Values.appmgr.service.http.port }}
+          servicePort: {{ include "common.serviceport.appmgr.http" . }}