Skip to content

minReadySeconds

Feature state: 1.0.0

minReadySeconds value in Kubedeploy can be used to define custom minReadySeconds for deployments and statefulsets.

Note

By default minReadySeconds in Kubedeploy is set to 10 seconds.

custom minReadySeconds

values.yaml
1
2
3
4
5
6
nameOverride: my-app
image:
  repository: nginx
  tag: latest

minReadySeconds: 60
Deploy command
helm install webapp sysbee/kubedeploy -f values.yaml

Note

For more complete example of configuring minReadySeconds with other configurable values, please see the Best practices linked page.

See also: