Bind Drone Runner to arm64 node

This commit is contained in:
Jack Jackson 2023-08-30 19:47:57 -07:00
parent 311c15b4a8
commit 98ae54614b

View File

@ -26,6 +26,15 @@ drone-runner:
- "--host"
- "tcp://localhost:2375"
- "--mtu=1450"
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/arch
operator: In
values:
- arm64
drone:
server: "drone.scubbo.org"