maintenance(soteria): avoid titan-10 scheduling

This commit is contained in:
Brad Stein 2026-04-13 01:16:59 -03:00
parent f1bb65cb73
commit 53a20a8560

View File

@ -23,6 +23,12 @@ spec:
node-role.kubernetes.io/worker: "true"
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/hostname
operator: NotIn
values: ["titan-10"]
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 90
preference:
@ -73,4 +79,3 @@ spec:
drop: ["ALL"]
runAsNonRoot: true
runAsUser: 65532