set default liveness/readiness probes for the ci test

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