Skip to content

Commit

Permalink
chore: Update health checks (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 authored Apr 3, 2024
1 parent c990bd8 commit 8c2bf26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.12.0
version: 0.12.1
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ spec:
{{- include "wandb.extraEnvFrom" (dict "root" $ "local" .) | nindent 12 }}
livenessProbe:
httpGet:
path: /api/healthz
path: /console/api/healthz
port: http
readinessProbe:
httpGet:
path: /api/ready
path: /console/api/ready
port: http
startupProbe:
httpGet:
path: /api/ready
path: /console/api/ready
port: http
failureThreshold: 120

Expand Down

0 comments on commit 8c2bf26

Please sign in to comment.