Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable probes tweaking #164

Open
kikinsama opened this issue Mar 9, 2024 · 0 comments
Open

Enable probes tweaking #164

kikinsama opened this issue Mar 9, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@kikinsama
Copy link

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
@k3rnelpan1c-dev k3rnelpan1c-dev added enhancement New feature or request good first issue Good for newcomers labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants