about summary refs log tree commit diff
path: root/third-party/prometheus
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-27 23:50:06 +0200
committermakefunstuff <[email protected]>2024-06-27 23:50:06 +0200
commite63ad3ad429513a731778f118283092e9efab83f (patch)
treec35993515654ea4ab883afec0b94629869b5c040 /third-party/prometheus
parent608a95ca4fa23d2aef9a121a285f8332313df54c (diff)
downloadk3s-lab-e63ad3ad429513a731778f118283092e9efab83f.tar.gz
grafana
Diffstat (limited to '')
-rw-r--r--third-party/prometheus/helmfile.yaml11
-rw-r--r--third-party/prometheus/values.yaml8
2 files changed, 19 insertions, 0 deletions
diff --git a/third-party/prometheus/helmfile.yaml b/third-party/prometheus/helmfile.yaml
new file mode 100644
index 0000000..3b3fae3
--- /dev/null
+++ b/third-party/prometheus/helmfile.yaml
@@ -0,0 +1,11 @@
+repositories:
+  - name: prometheus-community
+    url: https://prometheus-community.github.io/helm-charts
+
+releases:
+  - name: prometheus
+    namespace: monitoring
+    chart: prometheus-community/prometheus
+    version: 14.11.1
+    values:
+      - ./values.yaml
diff --git a/third-party/prometheus/values.yaml b/third-party/prometheus/values.yaml
new file mode 100644
index 0000000..3da4c7e
--- /dev/null
+++ b/third-party/prometheus/values.yaml
@@ -0,0 +1,8 @@
+server:
+  persistentVolume:
+    enabled: true
+    size: 10Gi
+alertmanager:
+  persistentVolume:
+    enabled: true
+    size: 2Gi