start vm and grafana without persistant storage

This commit is contained in:
Nikita Simonov
2026-03-01 20:32:33 +04:00
parent 999fb349ea
commit 72be85183b
3 changed files with 257 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
kubectl create namespace monitoring
helm repo add vm https://victoriametrics.github.io/helm-charts/
helm repo add grafana-community https://grafana-community.github.io/helm-charts
helm repo update
helm install vmcluster vm/victoria-metrics-cluster -f victoria-metrics-cluster-values.yml --namespace monitoring
helm install vmagent vm/victoria-metrics-agent -f guide-vmcluster-vmagent-values.yaml --namespace monitoring
helm install grafana grafana-community/grafana -f grafana-cluster-values.yml --namespace monitoring