mirror of
https://github.com/google/nomulus.git
synced 2025-05-19 18:59:35 +02:00
Update domain registry proxy terraform annealing config
1) Change annealing target to watch for sandbox terraform config instead of test. 2) Delete terraform config for test project, as this project will be turned down. 3) Do not ask annealing to watch for alpha project terraform config, as we intend to change alpha regularly and manually. 4) Make terraform output display both service account email and client id. 5) Change canary node ports to 3100X, as 4000X is out of range for kubernetes. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=193383457
This commit is contained in:
parent
eab6fcc8e6
commit
744727a58f
4 changed files with 11 additions and 8 deletions
|
@ -39,8 +39,8 @@ variable "proxy_ports_canary" {
|
|||
type = "map"
|
||||
|
||||
default = {
|
||||
health_check = 40000
|
||||
whois = 40001
|
||||
epp = 40002
|
||||
health_check = 31000
|
||||
whois = 31001
|
||||
epp = 31002
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue