Skip to content

Commit

Permalink
Add missing stratupProbe on chart
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Pinardi <[email protected]>
  • Loading branch information
albertopinardi committed Sep 26, 2024
1 parent 546a6d4 commit 25ac22c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/ps-db/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ spec:
{{- if $mysql.readinessProbe }}
readinessProbe:
{{ $mysql.readinessProbe | toYaml | indent 6 }}
{{- end }}
{{- if $mysql.startupProbe }}
startupProbe:
{{ $mysql.startupProbe | toYaml | indent 6 }}
{{- end }}
tolerations:
{{ $mysql.tolerations | toYaml | indent 6 }}
Expand Down

0 comments on commit 25ac22c

Please sign in to comment.