cluster

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

commit aa714a84d2bac191ebf3f66a2c69fe72eb2047b0
parent 5f16e83031a3951c9bb7ba69f3e5d50c03fedb65
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 31 Mar 2025 22:13:13 +0200

Disable bugzilla as I cant build a docker anymore for it :(

Diffstat:
Mapps/base/bugzilla/deployment.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/base/bugzilla/deployment.yaml b/apps/base/bugzilla/deployment.yaml @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/name: bugzilla app.kubernetes.io/instance: bugzilla spec: - replicas: 1 + replicas: 0 selector: matchLabels: app.kubernetes.io/name: bugzilla