2021-10-25 12:19:09 +00:00
image :
# -- image repository
2021-12-03 15:44:22 +00:00
repository : tccr.io/truecharts/flaresolverr
2021-10-25 12:19:09 +00:00
# -- image pull policy
pullPolicy : IfNotPresent
# -- image tag
2021-12-13 11:05:08 +00:00
tag : v2.1.0@sha256:40f642ede742c53dae48d72f18f604ff6e30a6dfe485efd5fa9156cef3761ebb
2021-10-25 12:19:09 +00:00
securityContext :
readOnlyRootFilesystem : false
2021-11-07 16:24:13 +00:00
runAsNonRoot : false
2021-10-25 12:19:09 +00:00
2021-11-07 16:24:13 +00:00
podSecurityContext :
runAsUser : 0
runAsGroup : 0
2021-10-25 12:19:09 +00:00
# -- environment variables. See more environment variables in the [flaresolverr documentation](https://github.com/FlareSolverr/FlareSolverr#environment-variables).
# @default -- See below
env :
# -- Set the container timezone
TZ : UTC
# -- Configures service settings for the chart.
# @default -- See values.yaml
service :
main :
ports :
main :
port : 8191
2021-11-07 16:24:13 +00:00
targetPort : 8191
2021-10-25 12:19:09 +00:00
persistence :
config :
enabled : true
mountPath : "/config"