set default liveness/readiness probes for the ci test
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user