browsertrix/chart/examples/k3d-ci.yaml
Ilya Kreymer 2d93cef966
CI: Add K3D CI test (#405)
- add testing with K3D cluster
- bump backend image to python 3.10-slim for newer python, smaller image.
- bump to 1.2.0-beta.0
2022-12-07 23:26:16 -08:00

21 lines
343 B
YAML

# k3s overrides for ci
# --------------------
# don't pull use, existing images
api_pull_policy: "Never"
nginx_pull_policy: "Never"
superuser:
# set this to enable a superuser admin
email: admin@example.com
# optional: if not set, automatically generated
# change or remove this
password: PASSW0RD!
local_service_port: 30870