X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fappmgr%2Ftemplates%2Fdeployment.yaml;h=9fb698ec528735a2e1790a2dfafa7b770086acc0;hb=2a405b567ac69e725fff4a766778f398206eba35;hp=26ad883ad97f86cf178228b9c4612b2f9b8defd7;hpb=4abc62ffad1ae1f29be6b8aeabd346b05606ccb8;p=ric-plt%2Fric-dep.git diff --git a/helm/appmgr/templates/deployment.yaml b/helm/appmgr/templates/deployment.yaml index 26ad883..9fb698e 100644 --- a/helm/appmgr/templates/deployment.yaml +++ b/helm/appmgr/templates/deployment.yaml @@ -117,6 +117,8 @@ spec: envFrom: - configMapRef: name: {{ include "common.configmapname.appmgr" . }}-env + - configMapRef: + name: {{ include "common.configmapname.dbaas" . }}-appconfig livenessProbe: #exec: # command: @@ -129,11 +131,11 @@ spec: # httpGet: # path: / # port: http - restartPolicy: Always securityContext: # ubuntu #runAsUser: 1000 #allowPrivilegeEscalation: false + restartPolicy: Always volumes: - name: config-volume configMap: