修改挂载配置

Former-commit-id: 426cab62bab1f9e76806c479c8c03fbdda2da65e
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 - mountPath: /home/uploads
name: pcm-image-storage name: pcm-image-storage
- mountPath: /var/run/docker.sock - mountPath: /var/run/docker.sock
name: docker-sock-volume name: sock-volume
volumes: volumes:
- name: pcm-image-storage - name: pcm-image-storage
persistentVolumeClaim: persistentVolumeClaim:
claimName: pcm-image-storage claimName: pcm-image-storage
- name: docker-sock-volume - name: sock-volume
hostPath: hostPath:
path: /var/run/docker.sock path: /var/run/docker.sock
type: FileOrCreate type: FileOrCreate