image: repository: tccr.io/truecharts/browserless-chrome tag: 1.57.0-chrome@sha256:e93bbd67d81a9b8ce854096d9cc2aa5b671f1fe1911b14607512144b6bd18e18 pullPolicy: IfNotPresent puppeteerImage: repository: tccr.io/truecharts/browserless-chrome-puppeteer13 pullPolicy: IfNotPresent tag: 1.57.0-puppeteer@sha256:e02a6ca0408a5951cfdc71a835aa145b9f016db49bc411ff5aec74ffdedfec6f imageSelector: "image" secretEnv: 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 DEFAULT_HEADLESS: true 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" portal: enabled: true