Chart: Add controller.progressDeadlineSeconds. (#12017)
This commit is contained in:
parent
8d6435b8a0
commit
7b8d293d9b
4 changed files with 16 additions and 0 deletions
|
|
@ -236,6 +236,10 @@ controller:
|
|||
# maxUnavailable: 1
|
||||
# type: RollingUpdate
|
||||
|
||||
# -- Specifies the number of seconds you want to wait for the controller deployment to progress before the system reports back that it has failed.
|
||||
# Ref.: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#progress-deadline-seconds
|
||||
progressDeadlineSeconds: 0
|
||||
|
||||
# -- `minReadySeconds` to avoid killing pods before we are ready
|
||||
##
|
||||
minReadySeconds: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue