refactor(nfs-media): Refactor into subdirectory PVCs
This commit is contained in:
parent
3ac9c8071c
commit
bae217dc34
24 changed files with 416 additions and 95 deletions
|
|
@ -28,8 +28,10 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: lidarr-config
|
||||
- mountPath: /shared/media
|
||||
name: nfs-media
|
||||
- mountPath: /shared/media/music
|
||||
name: nfs-media-music
|
||||
- mountPath: /shared/media/downloads
|
||||
name: nfs-media-downloads
|
||||
securityContext:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
|
|
@ -45,6 +47,9 @@ spec:
|
|||
- name: lidarr-config
|
||||
persistentVolumeClaim:
|
||||
claimName: lidarr-storage
|
||||
- name: nfs-media
|
||||
- name: nfs-media-music
|
||||
persistentVolumeClaim:
|
||||
claimName: nfs-media
|
||||
claimName: nfs-media-music
|
||||
- name: nfs-media-downloads
|
||||
persistentVolumeClaim:
|
||||
claimName: nfs-media-downloads
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue