chore: add tolerations for docker service
This commit is contained in:
parent
6507921db1
commit
5f781176e0
1 changed files with 5 additions and 0 deletions
|
|
@ -231,3 +231,8 @@ services:
|
|||
nodeSelector:
|
||||
kubernetes.io/arch: "${ARCH}"
|
||||
node.kubernetes.io/instance-type: "${INSTANCE_TYPE}"
|
||||
tolerations:
|
||||
- key: "CI"
|
||||
operator: "Equal"
|
||||
value: "true"
|
||||
effect: "NoSchedule"
|
||||
|
|
|
|||
Loading…
Reference in a new issue