32 lines
504 B
YAML
32 lines
504 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/searx
|
|
tag: latest@sha256:073353f1ae84216220da075272973b9dec0a25c1c5ab18c5cf3bdba2a940bb26
|
|
|
|
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
|