mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-13 00:04:32 +00:00
add kube-prometheus-stack
Signed-off-by: gwg313 <gwg313@pm.me> remove vals Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
231e6b3319
commit
bfce08329d
10 changed files with 101 additions and 0 deletions
17
platform/monitoring/values.yaml
Normal file
17
platform/monitoring/values.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
kube-prometheus-stack:
|
||||
grafana:
|
||||
defaultDashboardsTimezone: browser
|
||||
grafana.ini:
|
||||
date_formats:
|
||||
default_timezone: browser
|
||||
admin:
|
||||
existingSecret: kube-prometheus-stack-grafana
|
||||
userKey: admin-user
|
||||
passwordKey: admin-password
|
||||
|
||||
alertmanager:
|
||||
enabled: true
|
||||
|
||||
alertmanagerSpec:
|
||||
useExistingSecret: true
|
||||
configSecret: alertmanager-custom-config
|
||||
Loading…
Add table
Add a link
Reference in a new issue