change liveness and readiness probes for ci tests

This commit is contained in:
jessebot
2025-01-23 10:58:08 +01:00
parent 1e6f43d97f
commit bec985e272
@@ -29,11 +29,21 @@ postgresql:
database: pixelfed
livenessProbe:
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
successThreshold: 1
httpGet:
path: /api/service/health-check
port: http
readinessProbe:
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
successThreshold: 1
httpGet:
path: /api/service/health-check
port: http