paths.
This commit is contained in:
@ -57,10 +57,11 @@ spec:
|
|||||||
subPath: upload
|
subPath: upload
|
||||||
- mountPath: /usr/src/app/external
|
- mountPath: /usr/src/app/external
|
||||||
name: photos
|
name: photos
|
||||||
|
readOnly: true
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
volumes:
|
volumes:
|
||||||
- name: photos
|
- name: photos
|
||||||
nfs:
|
nfs:
|
||||||
server: 192.168.178.4
|
server: 192.168.178.4
|
||||||
path: /mnt/photos
|
path: /mnt/photos
|
||||||
readOnly: true
|
readOnly: false
|
||||||
|
Reference in New Issue
Block a user