From f2ee5e4371077cf57933e2bff450fdfa7a7d3d67 Mon Sep 17 00:00:00 2001 From: Mario Pastorelli Date: Mon, 2 Mar 2026 10:37:55 +0100 Subject: [PATCH] chore: disable /metrics endpoint --- infra/modules/node-operator/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/modules/node-operator/main.tf b/infra/modules/node-operator/main.tf index 55adeaf3..5ce0f5dc 100644 --- a/infra/modules/node-operator/main.tf +++ b/infra/modules/node-operator/main.tf @@ -373,6 +373,7 @@ module "grafana" { GF_SERVER_HTTP_PORT = tostring(local.grafana_port) GF_PATHS_DATA = "/data" GF_SECURITY_ADMIN_USER = "admin" + GF_METRICS_ENABLED = "false" } secrets = {