Reduced #n of replicatsets

This commit is contained in:
Benedith Mulongo 2024-12-11 10:28:25 +01:00
parent 11e24b3cd7
commit c1543847b4
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3

View file

@ -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: