commit b8d81ccc43deb4610c926a4372b36f620f7f3262 parent d04c4bbe294bb2170081e7a08c4b766ef14d2446 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 4 Jan 2024 17:57:00 +0100 Fix umami Diffstat:
| M | apps/base/umami/deployment.yaml | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/apps/base/umami/deployment.yaml b/apps/base/umami/deployment.yaml @@ -33,5 +33,8 @@ spec: secretKeyRef: name: umami-config key: hash-salt - nodeSelector: - kubernetes.io/hostname: fsn-qws-app2 + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule"