add kured helm [ci skip]
This commit is contained in:
parent
5e8f8e90b2
commit
9e6dd51aca
5 changed files with 49 additions and 0 deletions
12
modules/kubernetes/kured/values.yaml
Normal file
12
modules/kubernetes/kured/values.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
window_start: "22:00"
|
||||
window_end: "06:00"
|
||||
reboot_days: "mon,tue,wed,thu,fri"
|
||||
|
||||
service:
|
||||
annotations:
|
||||
prometheus.io/scrape: "true"
|
||||
prometheus.io/path: "/metrics"
|
||||
prometheus.io/port: "8080"
|
||||
|
||||
configuration:
|
||||
notifyUrl: "${notify_url}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue