Files
truecharts/charts/stable/flaresolverr/values.yaml
T
e8dbca32f5 chore(deps): update non-major (#1449)
* chore(deps): update non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-03 15:07:49 +01:00

35 lines
823 B
YAML

image:
# -- image repository
repository: tccr.io/truecharts/flaresolverr
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: v2.0.2@sha256:80ece1e679d8a569ed538a6b0a48449703723d4941ea851b3a1fedc20428ad4b
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
TZ: UTC
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
main:
port: 8191
targetPort: 8191
persistence:
config:
enabled: true
mountPath: "/config"