blackhole non-roleypoly traffic

This commit is contained in:
41666 2020-12-13 13:13:13 -05:00
parent 16b614c180
commit d9508b0b41
6 changed files with 56 additions and 14 deletions

View file

@ -10,4 +10,8 @@ ui_regions = [
"asia-southeast1"
]
deploy_bot = true
bot_instance_size = "e2-micro"
bot_instance_size = "e2-micro"
ui_hostnames = [
"next.roleypoly.com",
"web-prod.roleypoly.com"
]

View file

@ -2,5 +2,9 @@ environment_tag = "stage"
ui_regions = [
"us-east4"
]
deploy_bot = true
deploy_bot = false
bot_instance_size = "f1-micro"
ui_hostnames = [
"stage.roleypoly.com",
"web-stage.roleypoly.com"
]