TrueChartsClone/charts/incubator/searx/values.yaml

25 lines
502 B
YAML
Raw Normal View History

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/searx
tag: latest@sha256:927d72c125beccc02f80501557e26bed79a4e9e8da413295d713c88818a5b342
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