cluster

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

commit 554095aa865918765865fac779bb5ff303ec2587
parent 3b6094119e43f8f0cf7015d250fe565752abf126
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 22 Mar 2024 13:42:23 +0100

Allow arm

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

diff --git a/apps/base/forgejo/release.yaml b/apps/base/forgejo/release.yaml @@ -24,6 +24,11 @@ spec: # repository: mtrnord/forgejo # # Overrides the image tag whose default is the chart appVersion. # tag: "1.20" + tolerations: + - key: arch + operator: Equal + value: arm64 + effect: NoSchedule containerSecurityContext: capabilities: add: