From 3cae6ebae64fe222211c93c14358dc269eb0d1da Mon Sep 17 00:00:00 2001 From: Till Prochaska <1512805+tillprochaska@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:04:20 +0100 Subject: [PATCH] Increase exporter readiness/liveness probe timeout --- helm/charts/aleph/templates/exporter.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/charts/aleph/templates/exporter.yaml b/helm/charts/aleph/templates/exporter.yaml index 84615909d..860d380b1 100644 --- a/helm/charts/aleph/templates/exporter.yaml +++ b/helm/charts/aleph/templates/exporter.yaml @@ -69,12 +69,14 @@ spec: path: /metrics?name[]=None port: 9100 initialDelaySeconds: 5 + timeoutSeconds: 3 livenessProbe: httpGet: # Unselect all metrics as generating them can take multiple seconds path: /metrics?name[]=None port: 9100 initialDelaySeconds: 5 + timeoutSeconds: 3 volumes: - name: tmp-volume emptyDir: {}