Add missing Longhorn backup target
Increase Jellyfin storage to 10Gi Fix file system group for Ntfy files
This commit is contained in:
parent
d29332fd6d
commit
268559dbce
4 changed files with 19 additions and 2 deletions
|
@ -79,6 +79,11 @@
|
|||
concurrency = 1;
|
||||
};
|
||||
|
||||
backuptargets.backup.spec = {
|
||||
backupTargetURL = "nfs://lewis.dmz:/mnt/longhorn/persistent/longhorn-backup";
|
||||
pollInterval = "5m0s";
|
||||
};
|
||||
|
||||
ipAddressPools.main.spec.addresses = ["192.168.30.128-192.168.30.200" "2a0d:6e00:1a77:30::2-2a0d:6e00:1a77:30:ffff:ffff:ffff:fffe"];
|
||||
l2Advertisements.main.metadata = {};
|
||||
|
||||
|
@ -116,7 +121,7 @@
|
|||
immich-db.storage = "5Gi";
|
||||
attic.storage = "15Gi";
|
||||
attic-db.storage = "150Mi";
|
||||
jellyfin.storage = "5Gi";
|
||||
jellyfin.storage = "10Gi";
|
||||
transmission.storage = "25Mi";
|
||||
jellyseerr.storage = "75Mi";
|
||||
radarr.storage = "300Mi";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue