blob: 8abdf3885a3573675a4fe2693206b96efecd82eb [file] [log] [blame]
{
backup_poll_interval: "1h",
backup_poll_scope: "2h",
ingestion_files_topic: "gold-fuchsia-public-eventbus-bt",
ingestion_subscription: "gold-ingestion+gold-fuchsia-public-eventbus-bt",
prom_port: ":20000",
ready_port: ":9091",
primary_branch_config: {
type: "big_table_tracestore",
gcs_source: {
bucket: "skia-gold-fuchsia-public",
prefix: "dm-json-v1"
},
extra_configuration: {
BTProjectID: "skia-public",
BTInstance: "production",
BTTable: "gold-fuchsia-public"
}
},
secondary_branch_config: {
type: "sql_secondary",
gcs_source: {
bucket: "skia-gold-fuchsia-public",
prefix: "trybot/dm-json-v1"
},
extra_configuration: {
CodeReviewSystems: "gerrit",
GerritURL: "https://fuchsia-review.googlesource.com",
ContinuousIntegrationSystems: "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: "n1-standard-16",
K8S_NODE_SELECTOR_VALUE2: "e2-standard-16"
}