-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update arc terraform to allow for coloaction in the default network.Allow usage of reserved ip. Allow usage of existing SA * sync beam env * move aditional runners to load based scaling
- Loading branch information
1 parent
66c01f0
commit 12e1933
Showing
10 changed files
with
59 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,14 +20,18 @@ | |
project_id = "apache-beam-testing" | ||
region = "us-central1" | ||
zone = "us-central1-b" | ||
environment = "beam" | ||
environment = "beam-prod" | ||
ingress_domain = "action.beam.apache.org" | ||
organization = "apache" | ||
repository = "beam" | ||
github_app_id_secret_name = "gh-app_id" | ||
github_app_install_id_secret_name = "gh-app_installation_id" | ||
github_private_key_secret_name = "gh-pem_key" | ||
deploy_webhook = "true" | ||
existing_vpc_name = "default" | ||
existing_ip_name = "beam-arc-webhook-ip" | ||
subnetwork_cidr_range = "10.119.0.0/20" | ||
service_account_id = "[email protected]" | ||
runner_group = "beam" | ||
main_runner = { | ||
name = "main-runner" | ||
|
@@ -37,7 +41,7 @@ main_runner = { | |
max_node_count = "24" | ||
min_replicas = "1" | ||
max_replicas = "200" | ||
webhook_scaling = true | ||
webhook_scaling = false | ||
disk_size_gb = 200 | ||
requests = { | ||
cpu = "2" | ||
|
@@ -52,7 +56,7 @@ additional_runner_pools = [{ | |
max_node_count = "10" | ||
min_replicas = "1" | ||
max_replicas = "10" | ||
webhook_scaling = "true" | ||
webhook_scaling = false | ||
requests = { | ||
cpu = "1500m" | ||
memory = "5Gi" | ||
|
@@ -69,7 +73,7 @@ additional_runner_pools = [{ | |
max_node_count = "10" | ||
min_replicas = "1" | ||
max_replicas = "10" | ||
webhook_scaling = "true" | ||
webhook_scaling = false | ||
requests = { | ||
cpu = "7.5" | ||
memory = "5Gi" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters