X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fxapp-onboarder%2Ftemplates%2Fenv-xapp-onboarder.yaml;h=748104d0c99ea39da14d1ccdc72b3a3a5fd2937f;hb=e430af139f1db8bd6ea9902a8e1c5c07764b95ef;hp=93ba4c3b14a0678c2724238bd2dff0b32878643d;hpb=4abc62ffad1ae1f29be6b8aeabd346b05606ccb8;p=ric-plt%2Fric-dep.git diff --git a/helm/xapp-onboarder/templates/env-xapp-onboarder.yaml b/helm/xapp-onboarder/templates/env-xapp-onboarder.yaml index 93ba4c3..748104d 100644 --- a/helm/xapp-onboarder/templates/env-xapp-onboarder.yaml +++ b/helm/xapp-onboarder/templates/env-xapp-onboarder.yaml @@ -21,12 +21,6 @@ metadata: data: FLASK_PORT: {{ include "common.serviceport.xapp-onboarder.server" . | quote }} FLASK_DEBUG: "False" - 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 }} - DBAAS_MASTER_NAME: {{ include "common.servicename.dbaasha.tcp" . | quote }} - DBAAS_SERVICE_SENTINEL_PORT: {{ include "common.serviceport.dbaasha.sentinel" . | quote }} CHART_WORKSPACE_PATH: {{.Values.xapponboarder.chart_workspace_path | quote}} CHART_REPO_URL: "http://0.0.0.0:8080" HELM_VERSION: {{.Values.xapponboarder.helm_version | quote }}