try to make outline HA

This commit is contained in:
2025-04-12 23:30:06 +02:00
parent 55bbc6d2d4
commit 85f6f81e23

View File

@@ -6,7 +6,7 @@ metadata:
labels: labels:
app: outline app: outline
spec: spec:
replicas: 1 replicas: 3
selector: selector:
matchLabels: matchLabels:
app: outline app: outline
@@ -26,3 +26,17 @@ spec:
env: env:
- name: PORT - name: PORT
value: "8089" value: "8089"
readinessProbe:
httpGet:
path: /
port: 8089
initialDelaySeconds: 10
periodSeconds: 5
livenessProbe:
httpGet:
path: /
port: 8089
initialDelaySeconds: 30
periodSeconds: 10