X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fappmgr%2Ftemplates%2Fenv-appmgr.yaml;h=5ab95808e7a708aeb6c12b1e138caf88235a449e;hb=393136323474cc68318eda4a674d91cc6aca0ffc;hp=e87d3e16471dd81b50a6e7a649cca95d012765b9;hpb=38dc857062b14145f5b9db89d10eba0ae5b90d11;p=ric-plt%2Fric-dep.git diff --git a/helm/appmgr/templates/env-appmgr.yaml b/helm/appmgr/templates/env-appmgr.yaml index e87d3e1..5ab9580 100644 --- a/helm/appmgr/templates/env-appmgr.yaml +++ b/helm/appmgr/templates/env-appmgr.yaml @@ -23,10 +23,6 @@ metadata: name: {{ include "common.configmapname.appmgr" . }}-env data: NAME: "xappmgr" - DBAAS_SERVICE_HOST: {{ include "common.servicename.dbaas.tcp" . | quote }} - DBAAS_SERVICE_PORT: {{ include "common.serviceport.dbaas.tcp" . | quote }} - DBAAS_PORT_6379_TCP_ADDR: {{ include "common.servicename.dbaas.tcp" . | quote }} - DBAAS_PORT_6379_TCP_PORT: {{ include "common.serviceport.dbaas.tcp" . | quote }} RMR_RTG_SVC: {{ include "common.serviceport.appmgr.rmr.route" . | quote }} {{- $certPath := .Values.appmgr.appcertpath | default "/opt/ric/certificates" }} {{- $secretPath := .Values.appmgr.appsecretpath | default "/opt/ric/secret" }}