X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fa1mediator%2Ftemplates%2Fservice.yaml;h=9f61e8612aa85f705dd802133975b08909c45048;hb=b98e18905302fc97cd0ec46c8cc10b1844f08e4e;hp=3321aa61e45f50d15dce33173858afc1e3b4d2d7;hpb=62b17b9e2ec2a91cc7d84f73821017c7c6b773a8;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/service.yaml b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/service.yaml index 3321aa61..9f61e861 100644 --- a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/service.yaml +++ b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/service.yaml @@ -2,9 +2,15 @@ apiVersion: v1 kind: Service metadata: - name: {{ include "a1mediator.fullname" . }} + name: {{ include "common.servicename.a1mediator" . }} labels: -{{ include "a1mediator.labels" . | indent 4 }} + app.kubernetes.io/name: {{ include "common.fullname.a1mediator" . }} + helm.sh/chart: {{ include "common.chart" . }} + app.kubernetes.io/instance: {{ .Release.Name }} + {{- if .Chart.AppVersion }} + app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} + {{- end }} + app.kubernetes.io/managed-by: {{ .Release.Service }} spec: type: {{ .Values.httpservice.type }}