cluster

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

commit 3cee98e46bab5a686d98766e6015b0c7f3c87513
parent 491a6f9d4c739fa6888d89803c5043d61851ef2c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 22 Nov 2024 22:27:38 +0100

Add missing user

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

diff --git a/apps/base/bugzilla/deployment.yaml b/apps/base/bugzilla/deployment.yaml @@ -28,6 +28,10 @@ spec: - name: bugzilla image: ghcr.io/mtrnord/bugzilla:latest imagePullPolicy: Always + securityContext: + runAsUser: 10001 + runAsGroup: 10001 + fsGroup: 10001 env: - name: BMO_urlbase value: https://bugzilla.midnightthoughts.space