initial commit
This commit is contained in:
commit
96e19d2552
14
helmfile.yaml
Normal file
14
helmfile.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
environments:
|
||||||
|
default:
|
||||||
|
---
|
||||||
|
repositories:
|
||||||
|
- name: prometheus-community
|
||||||
|
url: https://prometheus-community.github.io/helm-charts
|
||||||
|
|
||||||
|
releases:
|
||||||
|
- name: prometheus
|
||||||
|
namespace: monitoring
|
||||||
|
chart: prometheus-community/kube-prometheus-stack
|
||||||
|
values:
|
||||||
|
- ./values/values.yaml
|
||||||
2
values/values.yaml
Normal file
2
values/values.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
grafana:
|
||||||
|
adminPassword: it4c
|
||||||
Loading…
x
Reference in New Issue
Block a user