mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user