Skip to content

Commit

Permalink
chore: Console v2 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 authored Apr 3, 2024
1 parent 4dca701 commit c990bd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.11.6
version: 0.12.0
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
10 changes: 5 additions & 5 deletions charts/operator-wandb/charts/console/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ spec:
value: {{ .Release.Name }}-app:8080
- name: OPERATOR_NAMESPACE
value: {{ .Values.global.operator.namespace }}
- name: INSTANCE_NAME
- name: RELEASE_NAME
value: {{ $.Release.Name }}
- name: INSTANCE_NAMESPACE
- name: RELEASE_NAMESPACE
value: {{ $.Release.Namespace }}
- name: PROMETHEUS_SERVER
value: "http://{{ $.Release.Name }}-prometheus-server"
Expand All @@ -70,15 +70,15 @@ spec:
{{- include "wandb.extraEnvFrom" (dict "root" $ "local" .) | nindent 12 }}
livenessProbe:
httpGet:
path: /healthz
path: /api/healthz
port: http
readinessProbe:
httpGet:
path: /ready
path: /api/ready
port: http
startupProbe:
httpGet:
path: /ready
path: /api/ready
port: http
failureThreshold: 120

Expand Down

0 comments on commit c990bd8

Please sign in to comment.