|
|
|
@@ -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 |
|
|
|
|