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:
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user