feat: add jellyfin volume on k3sh3 (#9)
All checks were successful
Deploy / check-changes (push) Successful in 14s
Deploy / deploy-coredns (push) Has been skipped
Deploy / deploy-node-labels (push) Successful in 21s

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:
2025-11-01 17:36:59 +01:00
committed by t.behrendt
parent 6ef366d495
commit 1c33567e17
2 changed files with 3 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ All labels use the `de.t000-n.` prefix.
- `drive.mnt-{name}`: Indicates a mounted drive under `/mnt/{name}`
- 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

View File

@@ -5,3 +5,4 @@ metadata:
labels:
de.t000-n.net.class: "medium"
de.t000-n.net.bw: "2.5g"
de.t000-n.service.vol-jellyfin: ""