File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
clusters/svc.ez.soeren.cloud/monitoring/vmalert Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ resources:
6
6
- ../../../../apps/monitoring/vmalert
7
7
components :
8
8
- ../../../../apps/monitoring/vmalert/components/tls-client-cert
9
+ - ../../../../apps/monitoring/vmalert/components/reverse-proxy
9
10
- ../../../../apps/monitoring/vmalert/components/initcontainer-seed-rules
10
11
patches :
11
12
- target :
@@ -16,5 +17,8 @@ patches:
16
17
path: "/spec/template/spec/containers/0/args"
17
18
value:
18
19
- "-notifier.url=http://alertmanager"
19
- - "-datasource.url=http://prometheus"
20
+ - "-notifier.url=https://monitoring.svc.pt.soeren.cloud/alertmanager/"
21
+ - "-notifier.url=https://monitoring.dqs.dd.soeren.cloud/alertmanager/"
22
+ - "-datasource.url=https://victoriametrics.rs.soeren.cloud"
23
+ - "-external.url=https://monitoring.svc.ez.soeren.cloud/vmalert/"
20
24
- "-rule=/rules/*.rules"
You can’t perform that action at this time.
0 commit comments