Add books pvc to sonarr to test
This commit is contained in:
@@ -69,7 +69,13 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
|
- name: pvc-smb-tower-books
|
||||||
|
mountPath: /mnt/books
|
||||||
|
readOnly: false
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: sonarr
|
claimName: sonarr
|
||||||
|
- name: smb-tower-books
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: pvc-smb-tower-books
|
||||||
Reference in New Issue
Block a user