cluster

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

commit 59e0569cc90f8c573c46b1dada19f3c2b846b8bf
parent 34cdf77395056385eb2f6a574e3800b7f03c280f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 22 Nov 2024 22:51:58 +0100

Allow setup

Diffstat:
Mapps/base/bugzilla/deployment.yaml | 22++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/apps/base/bugzilla/deployment.yaml b/apps/base/bugzilla/deployment.yaml @@ -39,6 +39,12 @@ spec: runAsUser: 10001 runAsGroup: 10001 fsGroup: 10001 + args: + - while true; do sleep 30; done; + command: + - /bin/bash + - -c + - -- env: - name: BMO_urlbase value: https://bugzilla.midnightthoughts.space @@ -70,14 +76,14 @@ spec: - name: http containerPort: 8000 protocol: TCP - livenessProbe: - httpGet: - path: / - port: http - readinessProbe: - httpGet: - path: / - port: http + #livenessProbe: + # httpGet: + # path: / + # port: http + #readinessProbe: + # httpGet: + # path: / + # port: http volumeMounts: - mountPath: /app/data name: bugzilla-data