storage
This commit is contained in:
parent
b1c652a239
commit
f5820b1e5a
|
|
@ -33,10 +33,10 @@ spec:
|
|||
- name: FS_LOCAL_MOUNT_DIR
|
||||
value: "/files"
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
volumeMounts:
|
||||
- mountPath: /files
|
||||
name: filedir
|
||||
- containerPort: 8000
|
||||
volumeMounts:
|
||||
- mountPath: /files
|
||||
name: filedir
|
||||
volumes:
|
||||
- name: filedir
|
||||
persistentVolumeClaim:
|
||||
|
|
|
|||
Loading…
Reference in New Issue