summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-11 16:21:25 +0300
committerPaul Buetow <paul@buetow.org>2025-08-11 16:21:25 +0300
commitc3e3248e949df1fe1118b91efa02e2bfa74108f4 (patch)
tree4bf2a057626de5bbca0c0db20ceacb890d3ecc3f
parent81022a25fe025fa61a2dc28be7cbe8649cb61fc9 (diff)
fix
-rw-r--r--f3s/radicale/helm-chart/templates/deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/f3s/radicale/helm-chart/templates/deployment.yaml b/f3s/radicale/helm-chart/templates/deployment.yaml
index 01026ab..f5f2f6e 100644
--- a/f3s/radicale/helm-chart/templates/deployment.yaml
+++ b/f3s/radicale/helm-chart/templates/deployment.yaml
@@ -20,9 +20,9 @@ spec:
- containerPort: 8080
volumeMounts:
- name: radicale-collections
- mountPath: /var/lib/radicale/collections
+ mountPath: /collections
- name: radicale-auth
- mountPath: /etc/radicale/users
+ mountPath: /auth
volumes:
- name: radicale-collections
persistentVolumeClaim: