X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fa1mediator%2Ftemplates%2Fdeployment.yaml;h=a4023e7ff4c1d4277120a0af9df9885658e99f46;hb=refs%2Fchanges%2F21%2F10021%2F1;hp=72519354bc08266bf8f39bd479815bd66891b7f3;hpb=38dc857062b14145f5b9db89d10eba0ae5b90d11;p=ric-plt%2Fric-dep.git diff --git a/helm/a1mediator/templates/deployment.yaml b/helm/a1mediator/templates/deployment.yaml index 7251935..a4023e7 100644 --- a/helm/a1mediator/templates/deployment.yaml +++ b/helm/a1mediator/templates/deployment.yaml @@ -51,17 +51,12 @@ spec: - 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 + mountPath: /opt/route envFrom: - configMapRef: name: {{ include "common.configmapname.a1mediator" . }}-env + - configMapRef: + name: {{ include "common.configmapname.dbaas" . }}-appconfig image: {{ include "common.dockerregistry.url" $imagectx }}/{{ .Values.a1mediator.image.name }}:{{ .Values.a1mediator.image.tag }} imagePullPolicy: {{ include "common.dockerregistry.pullpolicy" $pullpolicyctx }} ports: