Skip to content

Commit

Permalink
WIP: Adds prometheus installation chart
Browse files Browse the repository at this point in the history
Adds kustomization for installing prometheus.
Includes alerting_rules for flex/enterprise install.
  • Loading branch information
sulochan committed Jan 29, 2024
1 parent 218ec62 commit 02c4343
Show file tree
Hide file tree
Showing 2 changed files with 1,333 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kustomize/prometheus/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
helmCharts:
- name: prometheus
repo: https://prometheus-community.github.io/helm-charts
releaseName: prometheus
namespace: prometheus
includeCRDs: true
valuesFile: values.yaml
Loading

0 comments on commit 02c4343

Please sign in to comment.