more aggressive statefulset
Some checks failed
CI/CD Pipeline / build (push) Failing after 4s

This commit is contained in:
2026-03-10 09:11:40 -06:00
parent ef40d1c578
commit d57fa82c9b

View File

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