cluster

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

commit 2149835fb16c567257ac753cedb1c8ad0d7a0e4d
parent 5a27677d9c6e7a570f5f9724bac2484372158f31
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 22 Jun 2023 17:03:11 +0200

allow arm

Diffstat:
Mapps/base/matrix/draupnir4all/deployment.yaml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/apps/base/matrix/draupnir4all/deployment.yaml b/apps/base/matrix/draupnir4all/deployment.yaml @@ -12,6 +12,11 @@ spec: labels: app: draupnir4all spec: + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" containers: - name: draupnir4all image: gnuxie/draupnir:develop