From 234f7d31a9973d553b812c6604a6ae123341d7a9 Mon Sep 17 00:00:00 2001 From: Till Prochaska <1512805+tillprochaska@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:05:37 +0100 Subject: [PATCH] Increase exporter readiness/liveness probe timeout (#3998) --- 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: {}