mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
fixes
This commit is contained in:
parent
80b63716e7
commit
59cfa8911d
@ -11,5 +11,5 @@ metadata:
|
||||
stringData:
|
||||
BIND_ADDRESS: "0.0.0.0:8080"
|
||||
BASE_URL: {{ .Values.searx.baseUrl }}
|
||||
MORTY_URL: {{ print .Values.searx.baseUrl "/morty" }}
|
||||
MORTY_URL: {{ print .Values.searx.baseUrl "/morty/" }}
|
||||
MORTY_KEY: {{ .Values.searx.mortyKey }}
|
@ -17,7 +17,7 @@ strategy:
|
||||
|
||||
service:
|
||||
port:
|
||||
port: 8080
|
||||
port: 80
|
||||
|
||||
envFrom:
|
||||
- secretRef:
|
||||
@ -64,9 +64,9 @@ additionalContainers:
|
||||
- image: dalf/morty:latest
|
||||
imagePullPolicy: Always
|
||||
name: morty
|
||||
env:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: searx-config
|
||||
name: searx-config
|
||||
args: ["-listen", "localhost:3000", "-timeout", "6", "ipv6"]
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
Loading…
Reference in New Issue
Block a user