- mongodb: support passwords with '@' by escaping mongo username and password - superadmin: update superadmin email and password after initial creation if updated in helm values
31 lines
636 B
YAML
31 lines
636 B
YAML
# microk8s overrides for ci
|
|
# -------------------------
|
|
|
|
|
|
# use local images
|
|
api_image: "localhost:32000/webrecorder/browsertrix-backend:latest"
|
|
nginx_image: "localhost:32000/webrecorder/browsertrix-frontend:latest"
|
|
|
|
# don't pull use, existing images
|
|
api_pull_policy: "IfNotPresent"
|
|
nginx_pull_policy: "IfNotPresent"
|
|
|
|
|
|
mongo_auth:
|
|
# specify either username + password (for local mongo)
|
|
username: root
|
|
password: PASSWORD@
|
|
|
|
|
|
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
|
|
|