change monitoring to default service

Cluster deployment seems to be stalling because the metrics service is not started. So returning it to default to see if that fixes the issue.
This commit is contained in:
E M 2026-04-28 17:50:43 +10:00
parent f2b26ae5eb
commit 6bc28b68d7
No known key found for this signature in database

View File

@ -10,7 +10,7 @@ resource "google_container_cluster" "this" {
# Send pod stdout/stderr to Cloud Logging automatically
logging_service = "logging.googleapis.com/kubernetes"
monitoring_service = "none"
monitoring_service = "monitoring.googleapis.com/kubernetes"
node_pool {
name = var.node_pool_name