Create Longhorn volume for music

This commit is contained in:
Pim Kunis 2025-02-18 17:30:19 +01:00
parent 851a7d0dcf
commit 93ad02b2da
2 changed files with 14 additions and 5 deletions

View file

@ -16,11 +16,6 @@
includeCRDs = true;
};
# argo-workflows = {
# chart = nixhelm.chartsDerivations.${system}.argoproj.argo-workflows;
# includeCRDs = true;
# };
longhorn = {
chart = nixhelm.chartsDerivations.${system}.longhorn.longhorn;
includeCRDs = true;
@ -87,6 +82,9 @@
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 = {};
# We don't need backups for music, just replication is enough.
persistentVolumes.music.spec.csi.volumeAttributes.recurringJobSelector = lib.mkForce "";
};
};
@ -126,6 +124,7 @@
authentik-db.storage = "10Gi";
authentik-redis.storage = "5Gi";
mealie.storage = "3Gi";
music.storage = "70Gi";
};
tailscaleIngresses.tailscale-longhorn = {