Skip to content

Enable probes tweaking #164

@kikinsama

Description

@kikinsama

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions