This commit is contained in:
auricom 2020-12-22 23:11:03 +01:00
parent 80b63716e7
commit 59cfa8911d
2 changed files with 5 additions and 5 deletions

View File

@ -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 }}

View File

@ -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
@ -77,7 +77,7 @@ additionalContainers:
["-cron", "-o", "html/data/status.json", "http://localhost:8080"]
volumeMounts:
- name: searx-checker
mountPath: /usr/local/searx-checker/html/data
mountPath: /usr/local/searx-checker/html/data
additionalVolumes:
- name: searx-config
configMap: