blob: 670efa0909637a6b2706619f37563fcac74dae4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Audiobookshelf Helm Chart
This chart deploys Audiobookshelf.
## 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/audiobookshelf/config`
- `/data/nfs/k3svolumes/audiobookshelf/audiobooks`
- `/data/nfs/k3svolumes/audiobookshelf/podcasts`
## Installing the Chart
To install the chart with the release name `my-release`, run the following command:
```bash
helm install audiobookshelf . --namespace services --create-namespace
```
|