Skip to content

Commit af181c6

Browse files
committed
chore: switch to higher throughput logging agents
1 parent 0d5143a commit af181c6

File tree

1 file changed

+4
-0
lines changed
  • spartan/terraform/gke-cluster/cluster

1 file changed

+4
-0
lines changed

spartan/terraform/gke-cluster/cluster/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ resource "google_container_cluster" "primary" {
3434
dataset_id = "egress_consumption"
3535
}
3636
}
37+
38+
node_config {
39+
logging_variant = "MAX_THROUGHPUT"
40+
}
3741
}
3842

3943
# Create 2 core node pool with local ssd

0 commit comments

Comments
 (0)