2021-10-25 12:19:09 +00:00
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image :
# -- image repository
repository : ghcr.io/flaresolverr/flaresolverr
# -- image pull policy
pullPolicy : IfNotPresent
# -- image tag
2021-11-01 13:05:06 +00:00
tag : v2.0.2@sha256:f08e3442bc6d6f6328d98f2cebafd36c7442339c1f12cb6e531928a60d6dde3f
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"
type : pvc
accessMode : ReadWriteOnce
size : "100Gi"