Skip to content

Commit

Permalink
turn off private nodes for cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Kenny Leung <kleung@chainguard.dev>
  • Loading branch information
k4leung4 committed Jan 22, 2025
1 parent 3bdfa81 commit 68d6a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ resource "google_container_cluster" "this" {
}

private_cluster_config {
enable_private_nodes = true
enable_private_nodes = false
enable_private_endpoint = false
master_ipv4_cidr_block = var.master_ipv4_cidr_block
master_global_access_config {
Expand Down

0 comments on commit 68d6a3b

Please sign in to comment.