mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-11 22:09:32 +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
f2b26ae5eb
commit
6bc28b68d7
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