cluster

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

commit 17b56d2912423327872e308f6bb890a730971072
parent 7040ea15988b85d1d2f45e47b9a7ed4c8bb2a7a7
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 14 Jun 2023 18:00:55 +0200

OpenProject is arm ready

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

diff --git a/apps/base/openproject/release.yaml b/apps/base/openproject/release.yaml @@ -50,3 +50,8 @@ spec: storageClassName: "rook-main-fs" strategy: type: "RollingUpdate" + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule"