diff options
Diffstat (limited to 'f3s/radicale/helm-chart/README.md')
| -rw-r--r-- | f3s/radicale/helm-chart/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/f3s/radicale/helm-chart/README.md b/f3s/radicale/helm-chart/README.md new file mode 100644 index 0000000..6f4f28f --- /dev/null +++ b/f3s/radicale/helm-chart/README.md @@ -0,0 +1,18 @@ +# Radicale Helm Chart + +This chart deploys a gpodder sync server using Radicale. + +## Prerequisites + +Before installing the chart, you must manually create the following directories on your host system to be used by the persistent volumes: + +- `/data/nfs/k3svolumes/radicale/collections` +- `/data/nfs/k3svolumes/radicale/auth` + +## Installing the Chart + +To install the chart with the release name `radicale`, run the following command: + +```bash +helm install radicale . --namespace services --create-namespace +``` |
