22 lines
474 B
YAML
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
|