X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fa1mediator%2Ftemplates%2Fdeployment.yaml;h=44304833f1a1e03a1e1e43cda001d8a988be2e1d;hb=3ba2c1de705188903ca08c1a8131faa843d2ffb9;hp=ffa41a39770ca9ac089a749efa0d1108b7d03f11;hpb=3be243af8254463c1716cf3f05d5806f17e370d7;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml index ffa41a39..44304833 100644 --- a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/deployment.yaml @@ -34,6 +34,10 @@ spec: release: {{ .Release.Name }} template: metadata: + {{- if .Values.a1mediator.annotations }} + annotations: + {{- .Values.a1mediator.annotations | nindent 8 -}} + {{ end }} labels: app: {{ include "common.namespace.platform" . }}-{{ include "common.name.a1mediator" . }} release: {{ .Release.Name }} @@ -44,12 +48,6 @@ spec: containers: - name: {{ include "common.containername.a1mediator" . }} volumeMounts: - - name: a1conf - mountPath: /opt/ricmanifest.json - subPath: ricmanifest.json - - name: a1conf - mountPath: /opt/rmr_string_int_mapping.txt - subPath: rmr_string_int_mapping.txt - name: a1conf mountPath: /opt/route/local.rt subPath: local.rt @@ -70,11 +68,11 @@ spec: protocol: TCP livenessProbe: httpGet: - path: /ui + path: /a1-p/healthcheck port: http readinessProbe: httpGet: - path: /ui + path: /a1-p/healthcheck port: http volumes: - name: "a1conf"