X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Finformationservice%2Ftemplates%2Fservice.yaml;fp=nonrtric%2Fhelm%2Fenrichmentservice%2Ftemplates%2Fservice.yaml;h=ba5783cf4a8f2ed0189aec467d048cc8d0c8d0c7;hb=326fd8c271cde82ade05d81b77859a002eecd33b;hp=0b2a110c4b8b9f184fbb02529f7137d365e7b0e9;hpb=979de8747c7fb63438a350fb5631494bc87b485b;p=it%2Fdep.git diff --git a/nonrtric/helm/enrichmentservice/templates/service.yaml b/nonrtric/helm/informationservice/templates/service.yaml similarity index 74% rename from nonrtric/helm/enrichmentservice/templates/service.yaml rename to nonrtric/helm/informationservice/templates/service.yaml index 0b2a110c..ba5783cf 100644 --- a/nonrtric/helm/enrichmentservice/templates/service.yaml +++ b/nonrtric/helm/informationservice/templates/service.yaml @@ -17,26 +17,26 @@ kind: Service apiVersion: v1 metadata: - name: {{ include "common.name.enrichmentservice" . }} + name: {{ include "common.name.informationservice" . }} namespace: {{ include "common.namespace.nonrtric" . }} labels: - app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.enrichmentservice" . }} + app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.informationservice" . }} chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: ports: - {{if eq .Values.enrichmentservice.service.allowHttp true -}} - - name: {{ index .Values.enrichmentservice.service.httpName }} - port: {{ .Values.enrichmentservice.service.internalPort1 }} - targetPort: {{ .Values.enrichmentservice.service.targetPort1 }} + {{if eq .Values.informationservice.service.allowHttp true -}} + - name: {{ index .Values.informationservice.service.httpName }} + port: {{ .Values.informationservice.service.internalPort1 }} + targetPort: {{ .Values.informationservice.service.targetPort1 }} protocol: TCP {{- end }} - - name: {{ index .Values.enrichmentservice.service.httpsName }} - port: {{ .Values.enrichmentservice.service.internalPort2 }} - targetPort: {{ .Values.enrichmentservice.service.targetPort2 }} + - name: {{ index .Values.informationservice.service.httpsName }} + port: {{ .Values.informationservice.service.internalPort2 }} + targetPort: {{ .Values.informationservice.service.targetPort2 }} protocol: TCP selector: - app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.enrichmentservice" . }} + app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.informationservice" . }} release: {{ .Release.Name }} type: ClusterIP