38 lines
896 B
YAML
38 lines
896 B
YAML
image:
|
|
repository: ghcr.io/flaresolverr/flaresolverr
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.3.15@sha256:f7b83961eaf7de4fc1d6c6350dc79f8626fa3019169bc25e4323305f12fb227f
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8191
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
HOST: "0.0.0.0"
|
|
TEST_URL: "https://www.google.com"
|
|
BROWSER_TIMEOUT: 40000
|
|
HEADLESS: true
|
|
LOG_LEVEL: info
|
|
LOG_HTML: false
|
|
# At this time none of the captcha solvers work, defaults to none.
|
|
CAPTCHA_SOLVER: none
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
portal:
|
|
open:
|
|
enabled: false
|