Files
EasySoft-ZenTaoPMS/misc/ci/basic-build.yaml
2023-10-30 16:54:43 +08:00

22 lines
474 B
YAML

spec:
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: easycorp.io/cpu-spec
operator: Gt
values:
- "7"
containers:
- name: docker
volumeMounts:
- mountPath: /var/run/docker.sock
name: docker-socket
volumes:
- name: docker-socket
hostPath:
path: /var/run/docker.sock
type: Socket