diff --git a/charts/operator-wandb/charts/weave/templates/deployment.yaml b/charts/operator-wandb/charts/weave/templates/deployment.yaml index af062b2d..b3b7b9a4 100644 --- a/charts/operator-wandb/charts/weave/templates/deployment.yaml +++ b/charts/operator-wandb/charts/weave/templates/deployment.yaml @@ -60,7 +60,7 @@ spec: - name: WEAVE_LOCAL_ARTIFACT_DIR value: /vol/weave/cache - name: WANDB_BASE_URL - value: {{ .Values.global.host }} + value: http://{{ .Release.Name }}-app:8080/ - name: WEAVE_SERVER_NUM_WORKERS value: "4"