mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 16:17:21 +08:00
Increase initialDelaySeconds parameter for Grafana Tempo Compactor to wait for the cluster to be ready (#9166)
Signed-off-by: Jota Martos <jotamartos@vmware.com> Co-authored-by: Jota Martos <jotamartos@vmware.com>
This commit is contained in:
@@ -28,4 +28,4 @@ name: grafana-tempo
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-grafana-tempo
|
||||
- https://github.com/grafana/tempo/
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
|
||||
@@ -279,7 +279,7 @@ compactor:
|
||||
livenessProbe:
|
||||
enabled: true
|
||||
failureThreshold: 3
|
||||
initialDelaySeconds: 10
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 1
|
||||
@@ -293,7 +293,7 @@ compactor:
|
||||
readinessProbe:
|
||||
enabled: true
|
||||
failureThreshold: 3
|
||||
initialDelaySeconds: 10
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 1
|
||||
|
||||
Reference in New Issue
Block a user