Reduced #n of replicatsets
This commit is contained in:
parent
11e24b3cd7
commit
c1543847b4
1 changed files with 2 additions and 2 deletions
|
@ -498,7 +498,7 @@ coordinator:
|
|||
# process failed deployments and a condition with a ProgressDeadlineExceeded
|
||||
# reason is surfaced in the deployment status.
|
||||
|
||||
revisionHistoryLimit: 10
|
||||
revisionHistoryLimit: 5
|
||||
# coordinator.deployment.revisionHistoryLimit -- The number of old ReplicaSets to retain to allow rollback.
|
||||
|
||||
strategy:
|
||||
|
@ -658,7 +658,7 @@ worker:
|
|||
# process failed deployments and a condition with a ProgressDeadlineExceeded
|
||||
# reason is surfaced in the deployment status.
|
||||
|
||||
revisionHistoryLimit: 10
|
||||
revisionHistoryLimit: 5
|
||||
# worker.deployment.revisionHistoryLimit -- The number of old ReplicaSets to retain to allow rollback.
|
||||
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Reference in a new issue