[bitnami/solr] Fix successThreshold for exporters (#5548)

* [bitnami/solr] Fix successThreshold for exporters

* increase chart version
This commit is contained in:
Marcos Bjoerkelund
2021-02-18 17:45:23 +01:00
committed by GitHub
parent fb53806f5b
commit c6d87d64e6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -439,7 +439,7 @@ exporter:
periodSeconds: 5
timeoutSeconds: 15
failureThreshold: 15
successThreshold: 15
successThreshold: 1
readinessProbe:
enabled: true
initialDelaySeconds: 10