From d57fa82c9b04676a805dfb1e3fa6e819d942e466 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Tue, 10 Mar 2026 09:11:40 -0600 Subject: [PATCH] more aggressive statefulset --- kubernetes/statefulset.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kubernetes/statefulset.yml b/kubernetes/statefulset.yml index 327b8ff..c1836c2 100644 --- a/kubernetes/statefulset.yml +++ b/kubernetes/statefulset.yml @@ -55,16 +55,16 @@ spec: httpGet: path: /health port: 4000 - initialDelaySeconds: 10 - periodSeconds: 5 - failureThreshold: 3 + initialDelaySeconds: 2 + periodSeconds: 1 + failureThreshold: 2 livenessProbe: httpGet: path: /health port: 4000 - initialDelaySeconds: 20 - periodSeconds: 10 - failureThreshold: 5 + initialDelaySeconds: 5 + periodSeconds: 3 + failureThreshold: 2 resources: requests: memory: "256Mi"