34 lines
813 B
YAML
34 lines
813 B
YAML
image:
|
|
# -- image repository
|
|
repository: tccr.io/truecharts/flaresolverr
|
|
# -- image pull policy
|
|
pullPolicy: IfNotPresent
|
|
# -- image tag
|
|
tag: v2.2.2@sha256:3f1a0122013b2463f573726fd64d84dcf27cd7ce2d8fca783dd2e49980c03dd9
|
|
|
|
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"
|