forked from JointCloud/pcm-coordinator
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