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
modules
|
@ -50,6 +50,11 @@
|
|||
attachment-cache.persistentVolumeClaim.claimName = "attachment-cache";
|
||||
data.persistentVolumeClaim.claimName = "data";
|
||||
};
|
||||
|
||||
securityContext = {
|
||||
fsGroup = 407;
|
||||
fsGroupChangePolicy = "Always";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue