feat: add jellyfin volume on k3sh3
All checks were successful
Validate / validate-coredns (push) Successful in 8s
Validate / validate-node-lables (push) Successful in 22s

This commit is contained in:
2025-11-01 17:33:06 +01:00
parent 6ef366d495
commit e304702cac
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}` - `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

View File

@@ -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: ""