Skip to content
Snippets Groups Projects
Commit d8ee6547 authored by Brad Downey's avatar Brad Downey
Browse files

Increase node count to 6

parent 98d512e0
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
resource "google_container_cluster" "primary" { resource "google_container_cluster" "primary" {
name = "gitops-demo-gke" name = "gitops-demo-gke"
location = "us-west1-a" location = "us-west1-a"
initial_node_count = 3 initial_node_count = 6
node_config { node_config {
oauth_scopes = [ oauth_scopes = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment