chore: remove outdated containerd config

This commit is contained in:
Paul Pan 2024-03-13 20:57:34 +08:00
parent a91081b600
commit 3caa0266ad
Signed by: Paul
GPG Key ID: D639BDF5BA578AF4
2 changed files with 0 additions and 6 deletions

View File

@ -47,7 +47,6 @@ services:
- SETUP_CGROUP=true
volumes:
- runner:/app/resource/runner/user
- container:/var/lib/containerd
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
depends_on:

View File

@ -68,12 +68,7 @@ spec:
volumeMounts:
- name: runner-vol
mountPath: /app/resource/runner/user
- name: container-vol
mountPath: /var/lib/containerd
volumes:
- name: runner-vol
persistentVolumeClaim:
claimName: runner-pvc
- name: container-vol
persistentVolumeClaim:
claimName: runner-pvc