X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=nonrtric%2Fhelm%2Fa1controller%2Ftemplates%2Fservice.yaml;h=cb6ad89535c96482f32d1c440e650796953f4996;hb=0faae789812e0f84949d26c415e8cb2cce1d94d5;hp=72d37938db888492fb58700e6b2481dde91892b0;hpb=250396e51a04a674636d14c8d9c59b7b10dc229d;p=it%2Fdep.git diff --git a/nonrtric/helm/a1controller/templates/service.yaml b/nonrtric/helm/a1controller/templates/service.yaml index 72d37938..cb6ad895 100644 --- a/nonrtric/helm/a1controller/templates/service.yaml +++ b/nonrtric/helm/a1controller/templates/service.yaml @@ -27,9 +27,9 @@ metadata: spec: type: ClusterIP ports: - - port: {{ include "common.serviceport.a1controller.external" . }} + - port: {{ .Values.a1controller.service.externalPort }} protocol: TCP - targetPort: {{ include "common.serviceport.a1controller.internal" . }} + targetPort: {{ .Values.a1controller.service.internalPort }} selector: app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.a1controller" . }} release: {{ .Release.Name }}