cluster

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

commit 6736460e2b42f90b6b075f0bcdd016ae5c4c4194
parent a87c273a1c3becf091e3a4d88b47eb1dfd6d9b6c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 12 Sep 2023 17:22:29 +0200

Try moving d4all on to worker-1

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

diff --git a/apps/base/matrix/draupnir4all/deployment.yaml b/apps/base/matrix/draupnir4all/deployment.yaml @@ -24,11 +24,11 @@ spec: app.kubernetes.io/instance: main-process app.kubernetes.io/name: draupnir4all spec: - # tolerations: - # - key: "arch" - # operator: "Equal" - # value: "arm64" - # effect: "NoSchedule" + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" containers: - name: draupnir4all image: git.nordgedanken.dev/kubernetes/gitops/gnuxie/draupnir:latest