From c064d4f9e31b01b25846304c348e9690835837ca Mon Sep 17 00:00:00 2001 From: Florian Herrengt Date: Thu, 25 Jan 2024 19:23:15 +0000 Subject: [PATCH] add failureThreshold to events worker --- kustomization/bases/nocodelytics-events-worker.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kustomization/bases/nocodelytics-events-worker.yaml b/kustomization/bases/nocodelytics-events-worker.yaml index 9edfb3c..14af9be 100644 --- a/kustomization/bases/nocodelytics-events-worker.yaml +++ b/kustomization/bases/nocodelytics-events-worker.yaml @@ -32,9 +32,11 @@ spec: port: 8080 initialDelaySeconds: 30 periodSeconds: 10 + failureThreshold: 3 readinessProbe: httpGet: path: /healthz port: 8080 initialDelaySeconds: 30 periodSeconds: 10 + failureThreshold: 3