diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-11 16:21:25 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-11 16:21:25 +0300 |
| commit | c3e3248e949df1fe1118b91efa02e2bfa74108f4 (patch) | |
| tree | 4bf2a057626de5bbca0c0db20ceacb890d3ecc3f /f3s | |
| parent | 81022a25fe025fa61a2dc28be7cbe8649cb61fc9 (diff) | |
fix
Diffstat (limited to 'f3s')
| -rw-r--r-- | f3s/radicale/helm-chart/templates/deployment.yaml | 4 |
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: |
