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: httpGet:
path: /health path: /health
port: 4000 port: 4000
initialDelaySeconds: 10 initialDelaySeconds: 2
periodSeconds: 5 periodSeconds: 1
failureThreshold: 3 failureThreshold: 2
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /health path: /health
port: 4000 port: 4000
initialDelaySeconds: 20 initialDelaySeconds: 5
periodSeconds: 10 periodSeconds: 3
failureThreshold: 5 failureThreshold: 2
resources: resources:
requests: requests:
memory: "256Mi" memory: "256Mi"