blob: 6f558a6cdfeba84a01ad8546b5352e0fe0225b5b [file] [edit]
{
backup_poll_interval: "1h",
backup_poll_scope: "2h",
ingestion_files_topic: "gold-flutter-packages-data-files",
ingestion_subscription: "gold-flutter-packages-ingestion",
prom_port: ":20000",
ready_port: ":9091",
primary_branch_config: {
type: "sql_primary",
gcs_source: {
bucket: "gold-flutter-packages",
prefix: "dm-json-v1"
},
extra_configuration: {
TileWidth: "100"
}
},
secondary_branch_config: {
type: "sql_secondary",
gcs_source: {
bucket: "gold-flutter-packages",
prefix: "trybot/dm-json-v1"
},
extra_configuration: {
CodeReviewSystems: "github",
GitHubCredentialsPath: "/var/secrets/github/github_token",
GitHubRepo: "flutter/packages",
ContinuousIntegrationSystems: "cirrus,buildbucket",
}
},
// These values affect the k8s deployment; they are not read in by the binary.
K8S_NODE_SELECTOR_KEY: "beta.kubernetes.io/instance-type",
K8S_NODE_SELECTOR_VALUE1: "e2-standard-32",
K8S_NODE_SELECTOR_VALUE2: "e2-standard-16"
}