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