From 4688a6f0fd56f83057d43d99a4c16e55dd3fe896 Mon Sep 17 00:00:00 2001 From: AB-UK Date: Tue, 23 Dec 2025 01:20:09 +0000 Subject: [PATCH] Added xandikos calendar --- k8s/apps/xandikos/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/apps/xandikos/deployment.yaml b/k8s/apps/xandikos/deployment.yaml index dfdaf44..21fdb90 100644 --- a/k8s/apps/xandikos/deployment.yaml +++ b/k8s/apps/xandikos/deployment.yaml @@ -49,14 +49,14 @@ spec: cpu: "1000m" livenessProbe: httpGet: - path: /health + path: /dav port: 8081 initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 5 readinessProbe: httpGet: - path: /health + path: /dav port: 8081 initialDelaySeconds: 10 periodSeconds: 5