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:
Juan José Martos
2022-02-24 10:46:46 +01:00
committed by GitHub
parent d3a8ca7621
commit 376b86b628
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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