monitoring: add Grafana alloy and Prometheus kube-state-metrics

This commit is contained in:
Márcio Fernandes
2026-09-12 14:07:26 +00:00
parent c44dec8900
commit 719b906a53
14 changed files with 828 additions and 0 deletions
@@ -0,0 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helm-release.yaml
configMapGenerator:
- name: alloy-kube-scraper
files:
- config.alloy=config.alloy
- name: alloy-kube-scraper-helm-values
files:
- values.yaml=helm-values.yaml
generatorOptions:
disableNameSuffixHash: true