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: volumeMounts:
- mountPath: /config - mountPath: /config
name: config name: config
- mountPath: /media/misc
name: misc
securityContext: securityContext:
privileged: true privileged: true
volumes: volumes:
- name: config - name: config
persistentVolumeClaim: persistentVolumeClaim:
claimName: "{{ .Release.Name }}-config" claimName: "{{ .Release.Name }}-config"
- name: misc
persistentVolumeClaim:
claimName: misc

View File

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