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

Former-commit-id: 6d2088c033
This commit is contained in:
zhangwei 2023-07-07 09:45:37 +08:00
parent a64ade055e
commit b42e78fef7
1 changed files with 6 additions and 0 deletions

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