update infra and portfolio deployment
All checks were successful
ci/woodpecker/push/demo-workflow Pipeline was successful

This commit is contained in:
2025-08-23 09:25:23 +03:00
parent 7bad5121b0
commit d9b3ceff6b
10 changed files with 175 additions and 7 deletions

View File

@ -960,6 +960,12 @@ This stack includes Prometheus Node Exporter, kube-state-metrics, Alertmanager,
and Grafana. It provides a comprehensive set of default Grafana dashboards for
tracking key system metrics such as CPU, memory, I/O, and network usage.
The dashbaords are loaded as kubernetes configMaps. To create a persistant
custom dashboard, one can create a configmap within the monitoring namespace
following the example of existing dashboards. One way to generate dashboard,
is to create the dashboard from the Grafana UI and then export the JSON file
and embed it to the configmap.
```bash
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update