cluster

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

commit 81cc96e7816dfa082716045f3ab189871e4977b3
parent 660bc72a39e889b31e1d2c7e6559202af9bb49fd
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 14 Oct 2023 11:44:33 +0200

Allow arm on draupnir synapse

Diffstat:
Mapps/base/matrix/draupnir-synapse/release.yaml | 21++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/apps/base/matrix/draupnir-synapse/release.yaml b/apps/base/matrix/draupnir-synapse/release.yaml @@ -54,6 +54,11 @@ spec: enabled: true workers: default: + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" extraEnv: - name: JAEGER_AGENT_HOST value: tempo.monitoring.svc.cluster.local @@ -141,18 +146,12 @@ spec: enabled: true generic: true listeners: [replication] - # default: - # tolerations: - # - key: "arch" - # operator: "Equal" - # value: "arm64" - # effect: "NoSchedule" synapse: - # tolerations: - # - key: "arch" - # operator: "Equal" - # value: "arm64" - # effect: "NoSchedule" + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" ## Liveness probe configuration to use ## livenessProbe: