Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis committed Oct 13, 2024
1 parent 60e4012 commit 68d5848
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions regional/istio/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ module "kubernetes_istio" {
{
"link" = "us-east1/plt-us-east1-b"
},
{
"link" = "us-east4/plt-us-east4-a"
}
# {
# "link" = "us-east4/plt-us-east4-a"
# }
]

pilot_cpu_limits = var.kubernetes_istio_pilot_cpu_limits
Expand Down
10 changes: 5 additions & 5 deletions regional/tfvars/us-east1-b-sandbox.tfvars
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
kubernetes_engine_enable_gke_hub_host = true

kubernetes_engine_gke_hub_memberships = {
"plt-us-east4-a" = {
cluster_id = "projects/plt-k8s-tf39-sb/locations/us-east4/clusters/plt-us-east4-a"
}
}
# kubernetes_engine_gke_hub_memberships = {
# "plt-us-east4-a" = {
# cluster_id = "projects/plt-k8s-tf39-sb/locations/us-east4/clusters/plt-us-east4-a"
# }
# }

kubernetes_engine_master_ipv4_cidr_block = "10.63.240.0/28"
kubernetes_engine_node_location = "us-east1-b"
Expand Down

0 comments on commit 68d5848

Please sign in to comment.