修改挂载配置

Former-commit-id: 426cab62ba
This commit is contained in:
zhangwei 2023-07-07 15:47:41 +08:00
parent a3b4d29a24
commit c8f3eff9f2
1 changed files with 2 additions and 2 deletions

View File

@ -36,12 +36,12 @@ spec:
- mountPath: /home/uploads
name: pcm-image-storage
- mountPath: /var/run/docker.sock
name: docker-sock-volume
name: sock-volume
volumes:
- name: pcm-image-storage
persistentVolumeClaim:
claimName: pcm-image-storage
- name: docker-sock-volume
- name: sock-volume
hostPath:
path: /var/run/docker.sock
type: FileOrCreate