mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
add misc
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -16,3 +16,5 @@ shares:
|
||||
path: /mnt/HDD/Backups
|
||||
youtube:
|
||||
path: /mnt/HDD/Youtube
|
||||
misc:
|
||||
path: /mnt/HDD/Misc
|
||||
|
||||
Reference in New Issue
Block a user