set default liveness/readiness probes for the ci test

This commit is contained in:
jessebot
2025-01-23 10:37:32 +01:00
parent a5a2dd1528
commit 1e6f43d97f
@@ -27,3 +27,13 @@ postgresql:
postgresPassword: testing1234567
username: pixelfed
database: pixelfed
livenessProbe:
httpGet:
path: /api/service/health-check
port: http
readinessProbe:
httpGet:
path: /api/service/health-check
port: http