blob: 9da47fef52bc2ce718dce0d1f436293f9f9a933b [file] [log] [blame]
{
port: ":9091",
prom_port: ":20000",
pubsub_event_topic: "gold-lottie-eventbus-bt",
ingestion_configs: {
// Primary Ingester
gold_bt: {
backup_poll_every: "1h",
backup_poll_last_n_commits: 5,
backup_poll_last_n_hours: 2,
gcs_sources: [
{
bucket: "skia-gold-lottie",
prefix: "dm-json-v1"
}
],
extra_configuration: {
BTProjectID: "skia-public",
BTInstance: "production",
BTTable: "gold-lottie"
}
},
},
// 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"
}