change liveness and readiness probes for ci tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user