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=e18c48033c5f2ca8936710cc099c97b049859afd;hp=93ba4c3b14a0678c2724238bd2dff0b32878643d;hpb=276a64e770e29b52effcb0fc224b94c8e324e5b2;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 }}