summaryrefslogtreecommitdiff
path: root/f3s/radicale/helm-chart/README.md
blob: 6f4f28f721db05fa580ecd33e7e3671330147328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
```