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:
app: outline
spec:
replicas: 1
replicas: 3
selector:
matchLabels:
app: outline
@@ -26,3 +26,17 @@ spec:
env:
- name: PORT
value: "8089"
readinessProbe:
httpGet:
path: /
port: 8089
initialDelaySeconds: 10
periodSeconds: 5
livenessProbe:
httpGet:
path: /
port: 8089
initialDelaySeconds: 30
periodSeconds: 10