commit 660bc72a39e889b31e1d2c7e6559202af9bb49fd parent 22b01f9374639f4dd2dc07962328c1e43fd760b6 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 14 Oct 2023 11:37:46 +0200 Allow arm on main synapse Diffstat:
| M | apps/base/matrix/synapse/release.yaml | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/apps/base/matrix/synapse/release.yaml b/apps/base/matrix/synapse/release.yaml @@ -62,6 +62,11 @@ spec: workers: default: + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" extraEnv: - name: LD_PRELOAD value: /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 @@ -343,6 +348,11 @@ spec: # value: "true" synapse: + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" ## Liveness probe configuration to use ## livenessProbe: