good mount point
This commit is contained in:
@@ -28,10 +28,10 @@ spec:
|
||||
name: config
|
||||
- mountPath: /app/data/db
|
||||
name: db-data
|
||||
- mountPath: /app/data/images
|
||||
name: images
|
||||
- mountPath: /app/data/tmp
|
||||
name: tmp
|
||||
- name: "images"
|
||||
mountPath: "/app/data/images"
|
||||
- name: tmp
|
||||
mountPath: /app/data/tmp
|
||||
restartPolicy: Always
|
||||
volumes:
|
||||
- name: config
|
||||
@@ -40,9 +40,11 @@ spec:
|
||||
- name: db-data
|
||||
persistentVolumeClaim:
|
||||
claimName: db-data
|
||||
- name: images
|
||||
persistentVolumeClaim:
|
||||
claimName: images
|
||||
- name: "images"
|
||||
nfs:
|
||||
server: "odroidhc2.local"
|
||||
path: "/mnt/photos_sanitized"
|
||||
readOnly: true
|
||||
- name: tmp
|
||||
persistentVolumeClaim:
|
||||
claimName: tmp
|
||||
|
||||
Reference in New Issue
Block a user