mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-06-01 00:00:00 +00:00
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:
parent
7d6701d444
commit
5616b50bfb
2
.github/release/clusters/modules/gke/main.tf
vendored
2
.github/release/clusters/modules/gke/main.tf
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user