cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 6cffc1bfb9e2e81201a1619984445ebeacd87db0
parent e7f3b6ded7ee2b2260f241770ec201e1ca5be9fa
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 20 Oct 2023 15:20:24 +0200

Meow

Diffstat:
Mapps/base/matrix/draupnir4all/deployment.yaml | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/apps/base/matrix/draupnir4all/deployment.yaml b/apps/base/matrix/draupnir4all/deployment.yaml @@ -24,6 +24,15 @@ spec: app.kubernetes.io/instance: main-process app.kubernetes.io/name: draupnir4all spec: + affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: kubernetes.io/hostname + operator: NotIn + values: + - worker-2 tolerations: - key: "arch" operator: "Equal"