2021-07-01 18:26:22 +00:00
image :
# -- image repository
2021-12-03 12:02:44 +00:00
repository : tccr.io/truecharts/flaresolverr
2021-07-01 18:26:22 +00:00
# -- image pull policy
pullPolicy : IfNotPresent
# -- image tag
2022-03-20 01:36:05 +00:00
tag : v2.2.2@sha256:3f1a0122013b2463f573726fd64d84dcf27cd7ce2d8fca783dd2e49980c03dd9
2021-07-01 18:26:22 +00:00
2021-09-10 18:10:04 +00:00
securityContext :
readOnlyRootFilesystem : false
2021-11-03 18:34:19 +00:00
runAsNonRoot : false
2021-09-10 18:10:04 +00:00
2021-11-03 18:34:19 +00:00
podSecurityContext :
runAsUser : 0
runAsGroup : 0
2021-07-01 18:26:22 +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
# -- Configures service settings for the chart.
# @default -- See values.yaml
service :
main :
ports :
main :
port : 8191
2021-11-06 21:55:18 +00:00
targetPort : 8191
2021-09-26 20:28:16 +00:00
persistence :
config :
enabled : true
mountPath : "/config"