Skip to content

Commit

Permalink
chore: try newer app version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpanzella committed Dec 11, 2024
1 parent e128499 commit 1019928
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: wandb
description: A Helm chart for deploying W&B to Kubernetes
type: application
version: 0.3.9
appVersion: 0.60.0
appVersion: 0.63.0
icon: https://wandb.ai/logo.svg
maintainers:
- name: wandb
Expand Down
14 changes: 10 additions & 4 deletions charts/wandb/templates/mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,17 @@ spec:
containerPort: 3306
protocol: TCP
livenessProbe:
tcpSocket:
port: 3306
exec:
command:
- sh
- -c
- "mysqladmin ping -u root -p${MYSQL_ROOT_PASSWORD}"
readinessProbe:
tcpSocket:
port: 3306
exec:
command:
- sh
- -c
- "mysqladmin ping -u root -p${MYSQL_ROOT_PASSWORD}"
volumeMounts:
- name: data
mountPath: /var/lib/mysql
Expand Down

0 comments on commit 1019928

Please sign in to comment.