Add missing Longhorn backup target

Increase Jellyfin storage to 10Gi
Fix file system group for Ntfy files
This commit is contained in:
Pim Kunis 2025-02-15 15:51:40 +01:00
parent d29332fd6d
commit 268559dbce
4 changed files with 19 additions and 2 deletions

View file

@ -45,5 +45,12 @@
version = "v1alpha1";
kind = "Middleware";
};
backuptargets = {
attrName = "backuptargets";
group = "longhorn.io";
version = "v1beta1";
kind = "BackupTarget";
};
};
}