diff options
author | makefunstuff <[email protected]> | 2024-06-28 18:35:39 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-28 18:35:39 +0200 |
commit | 02703a96ecf343b793b02edbda97a54e186bf5b3 (patch) | |
tree | 3aa6962f0fce178235e1e3c226897641c892cb35 /tools/monitoring/Chart.yaml | |
parent | c6292662cd65ba74a15841c8e698e64bfbcc65cb (diff) | |
download | k3s-lab-02703a96ecf343b793b02edbda97a54e186bf5b3.tar.gz |
boom
Diffstat (limited to 'tools/monitoring/Chart.yaml')
-rw-r--r-- | tools/monitoring/Chart.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/monitoring/Chart.yaml b/tools/monitoring/Chart.yaml new file mode 100644 index 0000000..fa9f207 --- /dev/null +++ b/tools/monitoring/Chart.yaml @@ -0,0 +1,20 @@ +apiVersion: v2 +name: monitoring +description: A Helm chart for setting up Grafana, Prometheus, Elasticsearch, and OpenTelemetry Collector +version: 0.1.0 +appVersion: "1.0" + +dependencies: + - name: grafana + version: 11.0.0 + repository: "https://grafana.github.io/helm-charts" + - name: prometheus + version: 2.53.0 + repository: "https://prometheus-community.github.io/helm-charts" + - name: elasticsearch + version: 8.5.1 + repository: "https://helm.elastic.co" + - name: opentelemetry-collector + version: 0.103.0 + repository: "https://open-telemetry.github.io/opentelemetry-helm-charts" + |