feat: add jellyfin volume on k3sh3 (#9)
Reviewed-on: #9 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #9.
This commit is contained in:
@@ -18,6 +18,8 @@ All labels use the `de.t000-n.` prefix.
|
|||||||
|
|
||||||
- `drive.mnt-{name}`: Indicates a mounted drive under `/mnt/{name}`
|
- `drive.mnt-{name}`: Indicates a mounted drive under `/mnt/{name}`
|
||||||
- Example: `drive.mnt-syncthing` → `/mnt/syncthing` is mounted
|
- Example: `drive.mnt-syncthing` → `/mnt/syncthing` is mounted
|
||||||
|
- `service.vol-{name}`: Indicates a local volume under `/opt/svc/{name}
|
||||||
|
- Example: `service.vol-jallyfin` -> `/opt/svc/jellyfin` is available on host
|
||||||
|
|
||||||
### System Configuration Labels
|
### System Configuration Labels
|
||||||
|
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
de.t000-n.net.class: "medium"
|
de.t000-n.net.class: "medium"
|
||||||
de.t000-n.net.bw: "2.5g"
|
de.t000-n.net.bw: "2.5g"
|
||||||
|
de.t000-n.service.vol-jellyfin: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user