forgot to include secret
This commit is contained in:
parent
e42c8bc664
commit
18196d4a64
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ spec:
|
||||||
image:
|
image:
|
||||||
repository: docker.io/searxng/searxng
|
repository: docker.io/searxng/searxng
|
||||||
tag: 2024.7.7-ef103ba80
|
tag: 2024.7.7-ef103ba80
|
||||||
|
envFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: searxng-secret
|
||||||
env:
|
env:
|
||||||
TZ: America/Chicago
|
TZ: America/Chicago
|
||||||
SEARXNG_BASE_URL: https://search.jahanson.tech
|
SEARXNG_BASE_URL: https://search.jahanson.tech
|
||||||
|
|
Loading…
Reference in a new issue