commit 491a6f9d4c739fa6888d89803c5043d61851ef2c
parent 782eed1833cb847ad578e9cf31dcd300eeca2d61
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 22 Nov 2024 22:24:11 +0100
Add missing vars
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/apps/base/bugzilla/deployment.yaml b/apps/base/bugzilla/deployment.yaml
@@ -27,7 +27,7 @@ spec:
containers:
- name: bugzilla
image: ghcr.io/mtrnord/bugzilla:latest
- imagePullPolicy: IfNotPresent
+ imagePullPolicy: Always
env:
- name: BMO_urlbase
value: https://bugzilla.midnightthoughts.space
@@ -50,7 +50,11 @@ spec:
name: bugzilla
key: ENC[AES256_GCM,data:la7MmOUij/bw7XgxMypQDw==,iv:fJLNxMarYyzQg5c7/Ao7v8y80TP/DU45QVTModlXq5E=,tag:TiTu7z9Y7NvA1gXhLHwvfg==,type:str]
- name: BMO_inbound_proxies
- value: '*'
+ value: "*"
+ - name: BMO_memcached_servers
+ value: "bugzilla"
+ - name: BMO_memcached_namespace
+ value: ""
ports:
- name: http
containerPort: 8000