diff --git a/services/maintenance/soteria-deployment.yaml b/services/maintenance/soteria-deployment.yaml index 75fe8fd4..8954f5f1 100644 --- a/services/maintenance/soteria-deployment.yaml +++ b/services/maintenance/soteria-deployment.yaml @@ -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 -