This PR contains the following updates: | Package | Update | Change | |---|---|---| | searxng/searxng | digest | `17c36da` -> `a75e11b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: searxng/searxng
|
|
tag: latest@sha256:a75e11b645a5fd385bb93503b9eaad58eeade0a4ff7dcd69fab9f46a3e915cb1
|
|
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
|