mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-22 03:25:53 +10:00
[bitnami/solr] Fix successThreshold for exporters (#5548)
* [bitnami/solr] Fix successThreshold for exporters * increase chart version
This commit is contained in:
@@ -27,4 +27,4 @@ name: solr
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-solr
|
||||
- https://lucene.apache.org/solr/
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
|
||||
@@ -439,7 +439,7 @@ exporter:
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 15
|
||||
failureThreshold: 15
|
||||
successThreshold: 15
|
||||
successThreshold: 1
|
||||
readinessProbe:
|
||||
enabled: true
|
||||
initialDelaySeconds: 10
|
||||
|
||||
Reference in New Issue
Block a user