2022-03-21 21:04:14 +00:00
|
|
|
image:
|
2022-03-22 17:42:34 +00:00
|
|
|
repository: tccr.io/truecharts/browserless-chrome
|
2022-07-25 18:36:51 +00:00
|
|
|
tag: v1.54.0-chrome@sha256:b078160d79d98b8ec67ef9e367856f466f1454b87da808c76a8dcb3c5e5d3c18
|
2022-03-21 21:04:14 +00:00
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
imagePuppeteer:
|
2022-03-22 17:42:34 +00:00
|
|
|
repository: tccr.io/truecharts/browserless-chrome-puppeteer13
|
2022-03-21 21:04:14 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2022-10-11 05:31:00 +00:00
|
|
|
tag: v1.51.1-puppeteer@sha256:5afac483afda1f569e166692f3612c926b8c8b6f111e47cd53a52cdd6fe329ec
|
2022-03-21 21:04:14 +00:00
|
|
|
|
|
|
|
imageSelector: "image"
|
|
|
|
|
2022-06-07 17:41:19 +00:00
|
|
|
secretEnv:
|
2022-03-21 21:04:14 +00:00
|
|
|
TOKEN: ""
|
|
|
|
|
|
|
|
env:
|
|
|
|
WORKSPACE_DIR: "/downloads"
|
|
|
|
METRICS_JSON_PATH: "/metrics/metrics.json"
|
|
|
|
# User Defined
|
|
|
|
HOST: ""
|
|
|
|
WORKSPACE_DELETE_EXPIRED: false
|
|
|
|
WORKSPACE_EXPIRE_DAYS: 30
|
|
|
|
CHROME_REFRESH_TIME: 3600000
|
|
|
|
MAX_CONCURRENT_SESSIONS: 5
|
|
|
|
MAX_QUEUE_LENGTH: 5
|
|
|
|
CONNECTION_TIMEOUT: 30000
|
|
|
|
DEFAULT_BLOCK_ADS: true
|
2022-03-27 15:53:41 +00:00
|
|
|
DEFAULT_HEADLESS: true
|
2022-03-21 21:04:14 +00:00
|
|
|
DEFAULT_IGNORE_HTTPS_ERRORS: true
|
|
|
|
DEFAULT_IGNORE_DEFAULT_ARGS: true
|
|
|
|
ENABLE_API_GET: true
|
|
|
|
FUNCTION_ENABLE_INCOGNITO_MODE: true
|
|
|
|
EXIT_ON_HEALTH_FAILURE: true
|
|
|
|
DISABLE_AUTO_SET_DOWNLOAD_BEHAVIOR: false
|
|
|
|
ENABLE_DEBUGGER: true
|
|
|
|
ENABLE_CORS: false
|
|
|
|
ENABLE_XVBF: true
|
|
|
|
# Enabling those, makes probe/app fail
|
|
|
|
# KEEP_ALIVE: true
|
|
|
|
# PREBOOT_CHROME: true
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10194
|
|
|
|
targetPort: 3000
|
|
|
|
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
path: "/metrics"
|
|
|
|
|
|
|
|
readiness:
|
|
|
|
path: "/metrics"
|
|
|
|
|
|
|
|
startup:
|
|
|
|
path: "/metrics"
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
downloads:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/downloads"
|
|
|
|
metrics:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/metrics"
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|