Files
truecharts/charts/stable/flaresolverr/values.yaml
T
2d331d15ca chore(apps): remove TZ from values. (#1945)
* chore(apps): remove TZ from values.

* chore(apps): remove TZ from values.

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-03-03 10:44:21 +01:00

34 lines
813 B
YAML

image:
# -- image repository
repository: tccr.io/truecharts/flaresolverr
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: v2.2.1@sha256:de719161a96db4901f6fc7e3bd29ae1c424a66d40676b59653af267eaf254cfd
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
# -- 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
targetPort: 8191
persistence:
config:
enabled: true
mountPath: "/config"