X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fappmgr%2Ftemplates%2Fservice-http.yaml;h=57a7d971fab92c857a85c0a145ebfce73caa9945;hb=3be243af8254463c1716cf3f05d5806f17e370d7;hp=265b1e9ca918b4f418112f56fb43f8ddffc30344;hpb=0309475769b27702c8c886411222882da8b519b1;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/appmgr/templates/service-http.yaml b/ric-platform/50-RIC-Platform/helm/appmgr/templates/service-http.yaml index 265b1e9c..57a7d971 100644 --- a/ric-platform/50-RIC-Platform/helm/appmgr/templates/service-http.yaml +++ b/ric-platform/50-RIC-Platform/helm/appmgr/templates/service-http.yaml @@ -28,7 +28,7 @@ metadata: spec: type: ClusterIP ports: - - port: {{ .Values.appmgr.service.http.port }} + - port: {{ include "common.serviceport.appmgr.http" . }} protocol: "TCP" name: "http" targetPort: "http"