* chore(questions): replace port parts with templates * chore(questions): replace controller parts with templates * remove tons of whitespce * remove quotes from strings on templates * make complete controller an include * default to recreate * remove replica and strategies as it's covered from controllerStrtegies include * remove whitespace again * replace controllertype with include (deployment/daemonset/statefulset) * replace advanced port part except targetport * remove more quotes * add hidden toggle of enable the port * new includes * update build script * controller deploy/stateful/deamon template changes * replace controllerStrategies with replicas, replica#, strategy, recreate * move 2 templates into a subfolder * remove quotes * remove disabled portals from questions and defined them on values * remove enabled portal from the questions and add it on values * one more app * Portal cleanup * remove portal templates * add more includes * replace portal links * move some templates in folders * replace ingressRoot with template * more grouping * replace persistenceroot with template * replace serviceExpertRoot * replace serviceroot * fix a rogue one * vctRoot * securityContext cleanup * remove quotes from templates on string * replace vctRoot * replace advanedSecurityRoot * replace podsecurity root * Update .github/scripts/build-catalog.sh * Update values.yaml * remove dupe portal * update build-release script * fix paths * fix apps with imageSelector Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
69 lines
1.4 KiB
YAML
69 lines
1.4 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/browserless-chrome
|
|
tag: v1.54.0-chrome@sha256:b078160d79d98b8ec67ef9e367856f466f1454b87da808c76a8dcb3c5e5d3c18
|
|
pullPolicy: IfNotPresent
|
|
|
|
imagePuppeteer:
|
|
repository: tccr.io/truecharts/browserless-chrome-puppeteer13
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.51.1-puppeteer@sha256:ff3893628a3662a011d37cbaf30c414af53deeb44a56f9c5e73f8f1317d74ffe
|
|
|
|
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
|