ci: add kube-prometheus-stack to cluster

This commit is contained in:
Patryk Hegenberg 2025-05-06 07:16:56 +02:00
parent 3b54d183c5
commit 5c57494895
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,18 @@
repositories:
- name: gitea-charts
url: https://dl.gitea.io/charts/
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
- name: grafana
url: https://grafana.github.io/helm-charts
- name: sonarsource
url: https://SonarSource.github.io/helm-chart-sonarqube
releases:
- name: kube-prometheus-stack
namespace: monitoring
chart: prometheus-community/kube-prometheus-stack
version: "72.0.0"
createNamespace: true
values:
- ./values/kube-prometheus-stack.yaml

View file