forked from JointCloud/pcm-coordinator
feat: pcm-core-deployment.yaml增加镜像卷挂载
Signed-off-by: devad <cossjie@foxmail.com>
Former-commit-id: f60b58c14c
This commit is contained in:
parent
095ccb44e4
commit
0bf4208e46
|
@ -28,8 +28,13 @@ spec:
|
|||
procMount: Default
|
||||
ports:
|
||||
- containerPort: 80
|
||||
volumeMounts: []
|
||||
volumes: []
|
||||
volumeMounts:
|
||||
- mountPath: /home/uploads
|
||||
name: pcm-image-storage
|
||||
volumes:
|
||||
- name: pcm-image-storage
|
||||
persistentVolumeClaim:
|
||||
claimName: pcm-image-storage
|
||||
restartPolicy: Always
|
||||
terminationGracePeriodSeconds: 30
|
||||
dnsPolicy: ClusterFirst
|
||||
|
|
Loading…
Reference in New Issue