Files
truecharts/charts/stable/searxng/values.yaml
T

52 lines
1.1 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/searxng
tag: latest@sha256:1773a627ed6263037f16b93a4b3b9b6d14a87be6e562e772542bc5e1b0d7d3ee
workload:
main:
podSpec:
containers:
main:
env:
BIND_ADDRESS: '{{ printf "0.0.0.0:%v" .Values.service.main.ports.main.port }}'
INSTANCE_NAME: SearXng
BASE_URL: ""
probes:
liveness:
path: /healthz
port: '{{ .Values.service.main.ports.main.port }}'
readiness:
path: /healthz
port: '{{ .Values.service.main.ports.main.port }}'
startup:
type: tcp
port: '{{ .Values.service.main.ports.main.port }}'
securityContext:
container:
runAsGroup: 0
runAsUser: 0
capabilities:
disableS6Caps: true
add:
- SETUID
- SETGID
service:
main:
ports:
main:
port: 8080
protocol: http
persistence:
config:
enabled: true
mountPath: /etc/searxng
portal:
open:
enabled: true