-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
On slower filesystems the database migration takes a while and the readiness probe kills the pod before the migration can finish.
Adding support to configure something like this would be tremendously helpful:
readinessProbe:
initialDelaySeconds: 120
periodSeconds: 15
timeoutSeconds: 10
failureThreshold: 5
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers