Skip to content

Commit

Permalink
fix: add delay to mysql startup probe
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpanzella committed Dec 11, 2024
1 parent be88b95 commit 1fe9857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
shell: bash

- name: Run chart-releaser
if: ${{ !env.ACT }}
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
1 change: 1 addition & 0 deletions charts/wandb/templates/mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ spec:
- sh
- -c
- "mysqladmin ping -u root -p${MYSQL_ROOT_PASSWORD}"
initialDelaySeconds: 30
readinessProbe:
exec:
command:
Expand Down

0 comments on commit 1fe9857

Please sign in to comment.