pcm-core-api yaml文件配置修改
Former-commit-id: 6d2088c033d8c8006337b5ee670fa76404c3e0c0
This commit is contained in:
parent
a64ade055e
commit
b42e78fef7
|
@ -35,10 +35,16 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /home/uploads
|
||||
name: pcm-image-storage
|
||||
- mountPath: /var/run/docker.sock
|
||||
name: docker-sock-volume
|
||||
volumes:
|
||||
- name: pcm-image-storage
|
||||
persistentVolumeClaim:
|
||||
claimName: pcm-image-storage
|
||||
- name: docker-sock-volume
|
||||
hostPath:
|
||||
path: /var/run/docker.sock
|
||||
type: FileOrCreate
|
||||
restartPolicy: Always
|
||||
terminationGracePeriodSeconds: 30
|
||||
dnsPolicy: ClusterFirst
|
||||
|
|
Loading…
Reference in New Issue