X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fsubmgr%2Ftemplates%2Fdeployment.yaml;h=49db0ee22cc267ea519c9caa3924b128bec49a20;hb=2a1217ff33ddda7be24da407f1355b1eda5b4bef;hp=6f502ba0501a022cfc8a6e381b6b2e3262b2ae28;hpb=38dc857062b14145f5b9db89d10eba0ae5b90d11;p=ric-plt%2Fric-dep.git diff --git a/helm/submgr/templates/deployment.yaml b/helm/submgr/templates/deployment.yaml index 6f502ba..49db0ee 100644 --- a/helm/submgr/templates/deployment.yaml +++ b/helm/submgr/templates/deployment.yaml @@ -50,10 +50,13 @@ spec: - name: {{ include "common.containername.submgr" . }} image: {{ include "common.dockerregistry.url" $imagectx }}/{{ .Values.submgr.image.name }}:{{ .Values.submgr.image.tag }} imagePullPolicy: {{ include "common.dockerregistry.pullpolicy" $pullpolicyctx }} - command: ["/run_submgr.sh"] + command: ["/submgr"] + args: ["-f", "/cfg/submgr-config.yaml"] envFrom: - configMapRef: name: {{ include "common.configmapname.submgr" . }}-env + - configMapRef: + name: {{ include "common.configmapname.dbaas" . }}-appconfig ports: - name: http containerPort: {{ include "common.serviceport.submgr.http" . }} @@ -75,4 +78,6 @@ spec: - key: submgrcfg path: submgr-config.yaml mode: 0644 - + - key: submgrutartg + path: submgr-uta-rtg.rt + mode: 0644