update probes

This commit is contained in:
2025-04-12 23:48:15 +02:00
parent 768f29680b
commit a64f2b4bfe

View File

@@ -20,6 +20,7 @@ spec:
image: outlinewiki/outline:0.82.0
ports:
- containerPort: 8089
command: [ "yarn", "start", "--", "-p", "8089", "-H", "0.0.0.0" ]
envFrom:
- secretRef:
name: outline-secrets
@@ -32,15 +33,13 @@ spec:
path: /
port: 8089
scheme: HTTP
initialDelaySeconds: 20
initialDelaySeconds: 10
periodSeconds: 5
failureThreshold: 6
livenessProbe:
httpGet:
path: /
port: 8089
scheme: HTTP
initialDelaySeconds: 60
initialDelaySeconds: 30
periodSeconds: 10
failureThreshold: 5