Skip to content

Commit

Permalink
chore(weave): add weave public url (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlee64 authored Jul 2, 2024
1 parent c426f57 commit dc8dd9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/operator-wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: operator-wandb
description: A Helm chart for deploying W&B to Kubernetes
type: application
version: 0.14.3
version: 0.14.4
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
4 changes: 3 additions & 1 deletion charts/operator-wandb/charts/weave/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,15 @@ spec:
- name: ONLY_SERVICE
value: weave
- name: WANDB_BASE_URL
value: http://{{ include "weave.appFullname" . }}:8080
- name: WANDB_PUBLIC_BASE_URL
value: {{ .Values.global.host }}
- name: WEAVE_LOG_FORMAT
value: json
- name: WEAVE_LOCAL_ARTIFACT_DIR
value: /vol/weave/cache
- name: WEAVE_AUTH_GRAPHQL_URL
value: http://{{ include "weave.appFullname" . }}.{{ $.Release.Namespace }}.svc.{{ .Values.app.clusterDomain }}:8080/graphql
value: http://{{ include "weave.appFullname" . }}:8080/graphql
- name: WEAVE_SERVER_NUM_WORKERS
value: "4"

Expand Down

0 comments on commit dc8dd9b

Please sign in to comment.