bstein-dev-home: relax health probe timeouts

This commit is contained in:
Brad Stein 2026-01-03 22:34:39 -03:00
parent 6bda606760
commit 300873f743

View File

@ -89,12 +89,14 @@ spec:
port: http
initialDelaySeconds: 2
periodSeconds: 5
timeoutSeconds: 3
livenessProbe:
httpGet:
path: /api/healthz
port: http
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 3
resources:
requests:
cpu: 50m