[bitnami/solr] Add revisionHistoryLimit variable for statefulset (#24786)

Signed-off-by: François Blondel <francois.blondel@diva-e.com>
Co-authored-by: François Blondel <francois.blondel@diva-e.com>
This commit is contained in:
François Blondel
2024-04-09 10:17:03 +02:00
committed by GitHub
parent aadaec8806
commit 87adba422a
4 changed files with 6 additions and 1 deletions

View File

@@ -171,6 +171,9 @@ extraEnvVarsSecret: ""
## @param replicaCount Number of solr replicas
##
replicaCount: 3
## @param revisionHistoryLimit The number of old history to retain to allow rollback
## NOTE: Explicitly setting this field to 0, will result in cleaning up all the history of your Deployment, thus that Deployment will not be able to roll back.
revisionHistoryLimit: 10
## @param containerPorts.http Solr HTTP container port
##
containerPorts: