exclude pi3
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 3m23s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 3m23s
This commit is contained in:
@@ -17,6 +17,13 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
affinity:
|
affinity:
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
nodeSelectorTerms:
|
||||||
|
- matchExpressions:
|
||||||
|
- key: kubernetes.io/hostname
|
||||||
|
operator: NotIn
|
||||||
|
values:
|
||||||
|
- masterpi
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
- preference:
|
- preference:
|
||||||
matchExpressions:
|
matchExpressions:
|
||||||
|
|||||||
Reference in New Issue
Block a user