nais / naisd

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

Expose periodSeconds and failureThreshold as configuration in nais.yaml #56

Closed davidsteinsland closed 6 years ago

davidsteinsland commented 6 years ago

This will enable faster deploys, as we can use a smaller value for initialDelay and a higher value for failureThreshold instead.

The default values er fetched from Kubernetes: https://kubernetes.io/docs/api-reference/v1.8/#probe-v1-core

jhrv commented 6 years ago

👌 maybe also add this to nais_example.yaml with a description of what it does