Skip to content

[ENHANCEMENT] allow to set revisionHistoryLimit #1815

@helmecke-nlb

Description

@helmecke-nlb

Describe the use case:

We are using ArgoCD and old replicaset only clutter the interface without any benefit. If we were able to set revisionHistoryLimit to "0" for deployments, replicasets without any pods would be removed.

Describe the enhancement/feature:

Add the following values to the values.yaml and render them into the corresponding Deployment spec.

connectors.revisionHistoryLimit: 10
console.revisionHistoryLimit: 10
identity.revisionHistoryLimit: 10
operate.revisionHistoryLimit: 10
optimize.revisionHistoryLimit: 10
tasklist.revisionHistoryLimit: 10
webModeler.restapi.revisionHistoryLimit: 10
webModeler.webapp.revisionHistoryLimit: 10
webModeler.websockets.revisionHistoryLimit: 10
zeebeGateway.revisionHistoryLimit: 10

Desired outcome and acceptance tests:

revisionHistoryLimit in every Deployment can be set via values.yaml.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions