change liveness and readiness probes for ci tests
This commit is contained in:
@@ -29,11 +29,21 @@ postgresql:
|
|||||||
database: pixelfed
|
database: pixelfed
|
||||||
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
|
initialDelaySeconds: 10
|
||||||
|
periodSeconds: 10
|
||||||
|
timeoutSeconds: 5
|
||||||
|
failureThreshold: 3
|
||||||
|
successThreshold: 1
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/service/health-check
|
path: /api/service/health-check
|
||||||
port: http
|
port: http
|
||||||
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
initialDelaySeconds: 10
|
||||||
|
periodSeconds: 10
|
||||||
|
timeoutSeconds: 5
|
||||||
|
failureThreshold: 3
|
||||||
|
successThreshold: 1
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/service/health-check
|
path: /api/service/health-check
|
||||||
port: http
|
port: http
|
||||||
|
|||||||
Reference in New Issue
Block a user