Defining all port numbers in common template
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / e2mgr / templates / service-http.yaml
index 5e30924..53319bc 100644 (file)
@@ -28,7 +28,7 @@ metadata:
 spec:
   type: ClusterIP
   ports:
-    - port: {{ .Values.e2mgr.service.http.port }}
+    - port: {{ include "common.serviceport.e2mgr.http" . }}
       protocol: "TCP"
       name: "http"
       targetPort: "http"