blob: 4724ec3d2fda05f7df79ed70c13337d8ffbb1881 [file] [log] [blame]
{
authorized_users: [
"google.com", "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com",
],
client_secret_file: "/etc/skia.org/login.json",
disable_sql_exp_cl: true,
flaky_trace_threshold: 10,
force_login: true, // This instance requires authentication. It has a public view (skia-public)
frontend: {
baseRepoURL: "<inherited from git_repo_url>",
defaultCorpus: "gm",
title: "Skia Gold",
},
materialized_view_corpora: ["canvaskit", "colorImage", "gm", "image", "pathkit", "skp", "svg"],
negatives_max_age: "4320h", // 180 days
positives_max_age: "720h", // 30 days
prom_port: ":20000",
ready_port: ":8000",
resources_path: "/usr/local/share/frontend/dist",
tile_freshness: "5m",
trace_bt_table: "gold-skia",
// These values affect the k8s deployment; they are not read in by the binary.
K8S_CPU: 20,
K8S_LOGIN_SECRETS: "skia-org-legacy-login-secrets",
K8S_MEMORY: "130Gi",
}