Browse Source

pcm-core-api yaml文件配置修改

Former-commit-id: 6d2088c033
pull/9/head
zhangwei 2 years ago
parent
commit
b42e78fef7
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      deploy/pcm-core-deployment.yaml

+ 6
- 0
deploy/pcm-core-deployment.yaml View File

@@ -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…
Cancel
Save