From 32f768a7ac85c00505bef3b6997e5867ae94669f Mon Sep 17 00:00:00 2001 From: Anna Schulz Date: Thu, 19 Feb 2026 10:00:00 +0000 Subject: [PATCH] Add monitoring Helm chart (Prometheus + Grafana) --- helm/nexus-monitoring/values.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 helm/nexus-monitoring/values.yaml diff --git a/helm/nexus-monitoring/values.yaml b/helm/nexus-monitoring/values.yaml new file mode 100644 index 0000000..ffd217c --- /dev/null +++ b/helm/nexus-monitoring/values.yaml @@ -0,0 +1,15 @@ +prometheus: + retentionDays: 30 + storageSize: 100Gi + +grafana: + adminPassword: "" # set via --set grafana.adminPassword=... or Vault + dashboards: + - nexus-api-latency + - nexus-infra-overview + - nexus-slo-burn-rate + +alertmanager: + receivers: + - pagerduty + - slack-ops