cluster

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

commit d11c89a6df33aa9e10c2a28d766d8cdc408a8f7b
parent c69a4e97460ef91dbcb39eb032c75391fae3d0de
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  3 Oct 2023 20:24:15 +0200

Allow cert-manager also on arm runners

Diffstat:
Minfrastructure/controllers/cert-manager.yaml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/infrastructure/controllers/cert-manager.yaml b/infrastructure/controllers/cert-manager.yaml @@ -32,6 +32,11 @@ spec: values: installCRDs: true enableCertificateOwnerRef: false + tolerations: + - key: "arch" + operator: "Equal" + value: "arm64" + effect: "NoSchedule" prometheus: servicemonitor: enabled: true