Skip to content

Commit

Permalink
remove readiness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikBadenhop committed Nov 11, 2024
1 parent 9b33643 commit b3cafeb
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ spec:
- /tmp/healthy
initialDelaySeconds: 10
periodSeconds: 10
readinessProbe:
exec:
command:
- cat
- /tmp/healthy
initialDelaySeconds: 10
periodSeconds: 10
affinity: {{ .Values.dbpMoodle.moodleUpdatePreparationJob.affinity | toYaml }}
tolerations: {{ .Values.dbpMoodle.moodleUpdatePreparationJob.tolerations | toYaml }}
serviceAccountName: "{{ .Release.Name }}-moodle-update-preparation-hook-serviceaccount"
Expand Down

0 comments on commit b3cafeb

Please sign in to comment.