commit 1aac92e0a3cb6f16479fb408e59c129f829f63f6 parent 08ddc2b55b8596a2ede53e880a0caf13b689c263 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 27 Oct 2023 22:54:33 +0200 Allow worker-2 again Diffstat:
| M | apps/base/matrix/draupnir-synapse/release.yaml | | | 36 | ++++++++++++++++++------------------ |
| M | apps/base/matrix/draupnir4all/deployment.yaml | | | 18 | +++++++++--------- |
2 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/apps/base/matrix/draupnir-synapse/release.yaml b/apps/base/matrix/draupnir-synapse/release.yaml @@ -57,15 +57,15 @@ spec: enabled: true workers: default: - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: kubernetes.io/hostname - operator: NotIn - values: - - worker-2 + # affinity: + # nodeAffinity: + # requiredDuringSchedulingIgnoredDuringExecution: + # nodeSelectorTerms: + # - matchExpressions: + # - key: kubernetes.io/hostname + # operator: NotIn + # values: + # - worker-2 tolerations: - key: "arch" operator: "Equal" @@ -162,15 +162,15 @@ spec: generic: true listeners: [replication] synapse: - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: kubernetes.io/hostname - operator: NotIn - values: - - worker-2 + # affinity: + # nodeAffinity: + # requiredDuringSchedulingIgnoredDuringExecution: + # nodeSelectorTerms: + # - matchExpressions: + # - key: kubernetes.io/hostname + # operator: NotIn + # values: + # - worker-2 tolerations: - key: "arch" operator: "Equal" diff --git a/apps/base/matrix/draupnir4all/deployment.yaml b/apps/base/matrix/draupnir4all/deployment.yaml @@ -24,15 +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 + # affinity: + # nodeAffinity: + # requiredDuringSchedulingIgnoredDuringExecution: + # nodeSelectorTerms: + # - matchExpressions: + # - key: kubernetes.io/hostname + # operator: NotIn + # values: + # - worker-2 tolerations: - key: "arch" operator: "Equal"