25 lines
502 B
YAML
25 lines
502 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/searx
|
|
tag: latest@sha256:b95a472abf09bfc07ef5d56fb6113b1e15eb7716c075afa13ecc050b04746247
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /etc/searx
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 8080
|
|
protocol: TCP
|
|
targetPort: 8080
|