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:
|
stringData:
|
||||||
BIND_ADDRESS: "0.0.0.0:8080"
|
BIND_ADDRESS: "0.0.0.0:8080"
|
||||||
BASE_URL: {{ .Values.searx.baseUrl }}
|
BASE_URL: {{ .Values.searx.baseUrl }}
|
||||||
MORTY_URL: {{ print .Values.searx.baseUrl "/morty" }}
|
MORTY_URL: {{ print .Values.searx.baseUrl "/morty/" }}
|
||||||
MORTY_KEY: {{ .Values.searx.mortyKey }}
|
MORTY_KEY: {{ .Values.searx.mortyKey }}
|
@ -17,7 +17,7 @@ strategy:
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
port:
|
port:
|
||||||
port: 8080
|
port: 80
|
||||||
|
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
@ -64,9 +64,9 @@ additionalContainers:
|
|||||||
- image: dalf/morty:latest
|
- image: dalf/morty:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: morty
|
name: morty
|
||||||
env:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: searx-config
|
name: searx-config
|
||||||
args: ["-listen", "localhost:3000", "-timeout", "6", "ipv6"]
|
args: ["-listen", "localhost:3000", "-timeout", "6", "ipv6"]
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
@ -77,7 +77,7 @@ additionalContainers:
|
|||||||
["-cron", "-o", "html/data/status.json", "http://localhost:8080"]
|
["-cron", "-o", "html/data/status.json", "http://localhost:8080"]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: searx-checker
|
- name: searx-checker
|
||||||
mountPath: /usr/local/searx-checker/html/data
|
mountPath: /usr/local/searx-checker/html/data
|
||||||
additionalVolumes:
|
additionalVolumes:
|
||||||
- name: searx-config
|
- name: searx-config
|
||||||
configMap:
|
configMap:
|
||||||
|
Loading…
Reference in New Issue
Block a user