diff --git a/charts/self-host/templates/ext-db-client.yaml b/charts/self-host/templates/ext-db-client.yaml index 63ac6ad3..d1b12719 100644 --- a/charts/self-host/templates/ext-db-client.yaml +++ b/charts/self-host/templates/ext-db-client.yaml @@ -32,7 +32,7 @@ spec: - name: CB_SERVER_NAME value: {{ template "bitwarden.dbClient" . }} - name: CB_SERVER_URL - value: "http://localhost:8978" + value: "https://{{ .Values.general.domain }}/db" - name: CB_ADMIN_NAME value: ee - name: CB_ADMIN_PASSWORD