X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Frsm%2Ftemplates%2Fdeployment.yaml;h=78184135d0745d55de6294508fa6fa9fea862e04;hb=0b46e7f6d5fe9da5da8b81d468d0db1bd2b59cf6;hp=8a013069bba4a351882680b8ba0c976b3646d3ae;hpb=282e7af25ec053ae6d1c5a399c91c2c323f705cd;p=ric-plt%2Fric-dep.git diff --git a/helm/rsm/templates/deployment.yaml b/helm/rsm/templates/deployment.yaml index 8a01306..7818413 100644 --- a/helm/rsm/templates/deployment.yaml +++ b/helm/rsm/templates/deployment.yaml @@ -64,6 +64,8 @@ spec: envFrom: - configMapRef: name: {{ include "common.configmapname.rsm" . }}-env + - configMapRef: + name: {{ include "common.configmapname.dbaas" . }}-appconfig ports: - name: "http" containerPort: {{ include "common.serviceport.rsm.http" . }}