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

Setting readiness and liveness probes #46

Merged
merged 1 commit into from
Jul 11, 2019

Conversation

BuddhiWathsala
Copy link
Contributor

Purpose

Resolve #45.

Approach

Enabling readiness and liveness probes in deployment creation. By default specs of the readiness and liveness probes as below.

  • Readiness probe: InitialDelaySeconds=60 & PeriodSeconds=20
  • Liveness probe: InitialDelaySeconds=120 & PeriodSeconds=120

Test environment

minikube version: v0.33.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting Readiness and Liveness probes to siddhi deployments
2 participants