Skip to content

Add revisionHistoryLimit configuration to KeycloakX StatefulSet #875

@Romain7495

Description

@Romain7495

Feature Request

Add revisionHistoryLimit configuration to KeycloakX StatefulSet

Description

Currently, the KeycloakX StatefulSet doesn't expose the revisionHistoryLimit field, which means it uses Kubernetes' default value. It would be useful to make this configurable.

Proposed Solution

Add revisionHistoryLimit to the StatefulSet spec with a default value of 10 (Kubernetes default).

Benefits

  • Allows users to control how many old ReplicaSets are retained
  • Helps manage cluster resources by limiting history retention
  • Follows Kubernetes best practices for StatefulSet configuration

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions