Skip to content

Commit

Permalink
Add europe-west10/Berlin to the config (#152)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Stamer <stamer@google.com>
  • Loading branch information
helloworlddan authored Aug 22, 2023
1 parent b46f012 commit a5509e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/prefer-ipv4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ europe-west2-run.googleapis.com
europe-west3-run.googleapis.com
europe-west3-run.googleapis.com
europe-west4-run.googleapis.com
europe-west10-run.googleapis.com
northamerica-northeast1-run.googleapis.com
southamerica-east1-run.googleapis.com
southamerica-east1.googleapis.com
Expand Down
5 changes: 5 additions & 0 deletions internal/config/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ var AllEndpoints = map[string]Endpoint{
Region: "europe-west9",
RegionName: "Paris",
},
"europe-west10": {
URL: "https://europe-west10-5tkroniexa-oe.a.run.app",
Region: "europe-west10",
RegionName: "Berlin",
},
"europe-southwest1": {
URL: "https://europe-southwest1-5tkroniexa-no.a.run.app",
Region: "europe-southwest1",
Expand Down
1 change: 1 addition & 0 deletions tools/terraform/regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"europe-west6": "Zurich",
"europe-west8": "Milan",
"europe-west9": "Paris",
"europe-west10": "Berlin",
"europe-west12": "Turin",
"europe-southwest1": "Madrid",
"me-central1": "Doha",
Expand Down

0 comments on commit a5509e6

Please sign in to comment.