diff options
Diffstat (limited to 'third-party/prometheus/helmfile.yaml')
-rw-r--r-- | third-party/prometheus/helmfile.yaml | 11 |
1 files changed, 11 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 |