image:
pullPolicy: IfNotPresent
repository: searxng/searxng
tag: latest@sha256:f396210d8eb248442a78ccc7e547049a02b7ae37684233b88aa591ed153b0257
workload:
main:
podSpec:
containers:
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:
startup:
type: tcp
securityContext:
container:
runAsGroup: 0
runAsUser: 0
capabilities:
disableS6Caps: true
add:
- SETUID
- SETGID
service:
ports:
port: 8080
protocol: http
persistence:
config:
enabled: true
mountPath: /etc/searxng
portal:
open: