Skip to content

Add revisionHistoryLimit to deployment #2177

@phelian

Description

@phelian

Description of the feature or enhancement:

Add option to set revisionHistoryLimit .spec.revisionHistoryLimit

Use Case:

Default value of 10 replicasets will be selected and one might want to change this.

Proposed Solution:

Adding this to deploymentProps

    /**
     * Number of desired replicasets history.
     *
     * @default 10
     */
    readonly revisionHistoryLimit?: number;

Other:

N/A

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

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