commit b6dee856a864677c7da3c8f697ae3f8bfe6c4571 parent a08009be817f355958b7c1e0846d162a1bb3cdcc Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 22 Jun 2023 18:02:47 +0200 improve synapse perf Diffstat:
| M | apps/base/matrix/draupnir-synapse/release.yaml | | | 18 | ++++++++++++++++++ |
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/apps/base/matrix/draupnir-synapse/release.yaml b/apps/base/matrix/draupnir-synapse/release.yaml @@ -30,7 +30,19 @@ spec: size: 10Gi volumePermissions: enabled: true + workers: + default: + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" synapse: + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" ## Liveness probe configuration to use ## livenessProbe: @@ -62,6 +74,12 @@ spec: redis: architecture: standalone + master: + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" postgresql: enabled: false externalPostgresql: