cluster

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

commit d1eac6dc804ba3b1f906a08928e71138a5dd61cf
parent 2953e3a831be344d063f89d79a3b9616324631ef
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 25 Sep 2023 12:16:06 +0200

Fix zammad and allow arm

Diffstat:
Mapps/base/zammad/release.yaml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/base/zammad/release.yaml b/apps/base/zammad/release.yaml @@ -100,10 +100,10 @@ spec: successThreshold: 1 failureThreshold: 50 tolerations: - - key: arch - operator: Equal - value: arm64 - effect: NoSchedule + - key: arch + operator: Equal + value: arm64 + effect: NoSchedule #tolerations: # - key: arch # operator: Equal