remove buggy probes

This commit is contained in:
2025-04-12 23:59:44 +02:00
parent e41c5e8ca7
commit 1ac6d41e26

View File

@@ -20,28 +20,9 @@ spec:
image: outlinewiki/outline:0.82.0
ports:
- containerPort: 8089
command: ["/bin/sh", "-c", "HOST=0.0.0.0 node ./build/server/index.js"]
envFrom:
- secretRef:
name: outline-secrets
env:
- name: PORT
value: "8089"
- name: HOST
value: "0.0.0.0"
readinessProbe:
httpGet:
path: /
port: 8089
scheme: HTTP
initialDelaySeconds: 10
periodSeconds: 5
livenessProbe:
httpGet:
path: /
port: 8089
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 10