browsertrix/chart/test/test-nightly-addons.yaml
Ilya Kreymer e29db33629
tests: fix nightly test config after #2611 (#2614)
remove namespace from minio config to match settings
2025-05-20 12:25:15 -07:00

37 lines
724 B
YAML

# additional settings for nightly tests
invite_expire_seconds: 10
max_pages_per_crawl: 300
# enable to allow access to minio directly
minio_local_access_port: 30090
minio_local_bucket_name: &local_bucket_name "btrix-test-data"
# for checking registration
registration_enabled: "1"
storages:
- name: "default"
type: "s3"
access_key: "ADMIN"
secret_key: "PASSW0RD"
bucket_name: *local_bucket_name
endpoint_url: "http://local-minio:9000/"
is_default_primary: true
access_endpoint_url: "/data/"
- name: "replica-0"
type: "s3"
access_key: "ADMIN"
secret_key: "PASSW0RD"
bucket_name: "replica-0"
endpoint_url: "http://local-minio:9000/"
is_default_replica: true