This commit is contained in:
Morten Olsen
2025-11-02 19:57:43 +01:00
parent b66ca8a679
commit cbe5433378
2 changed files with 7 additions and 0 deletions

View File

@@ -37,9 +37,14 @@ spec:
volumeMounts:
- mountPath: /config
name: config
- mountPath: /media/misc
name: misc
securityContext:
privileged: true
volumes:
- name: config
persistentVolumeClaim:
claimName: "{{ .Release.Name }}-config"
- name: misc
persistentVolumeClaim:
claimName: misc

View File

@@ -16,3 +16,5 @@ shares:
path: /mnt/HDD/Backups
youtube:
path: /mnt/HDD/Youtube
misc:
path: /mnt/HDD/Misc