* fix(searx + searxng) code refactoring * cleanup Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
32 lines
504 B
YAML
32 lines
504 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/searx
|
|
tag: latest@sha256:df4978aa7639d6cb2b34c5c30cc0bc05a132e17a34d2b174c401d6a65dcf741d
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
env:
|
|
BASE_URL: ""
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8080
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /etc/searx
|
|
|
|
portal:
|
|
enabled: true
|