nais / naisd

nais deployment daemon
https://nais.io
MIT License
27 stars 10 forks source link

Allow configuration of initial delay/timeout/success threshold/frequency of liveness and readiness checks #20

Closed gtcno closed 7 years ago

gtcno commented 7 years ago

Allow optional configuration of liveness/readyness checks. Should have sensible defaults.

initial_delay_seconds: 10 # Number of seconds after the container has started before liveness probes are initiated.
period_seconds: 10 # How often (in seconds) to perform the probe.
success_threshold: 1 # Minimum consecutive successes for the probe to be considered successful after having failed.
timeout_seconds: 1 # Number of seconds after which the probe times out.
gtcno commented 7 years ago

fixed by e9d1477fa704ce97a28a3f8ebdafa4d5a7831740