Skip to content

Commit 40687f7

Browse files
update vmalert args
1 parent df06dd0 commit 40687f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

clusters/svc.ez.soeren.cloud/monitoring/vmalert/kustomization.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ resources:
66
- ../../../../apps/monitoring/vmalert
77
components:
88
- ../../../../apps/monitoring/vmalert/components/tls-client-cert
9+
- ../../../../apps/monitoring/vmalert/components/reverse-proxy
910
- ../../../../apps/monitoring/vmalert/components/initcontainer-seed-rules
1011
patches:
1112
- target:
@@ -16,5 +17,8 @@ patches:
1617
path: "/spec/template/spec/containers/0/args"
1718
value:
1819
- "-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/"
2024
- "-rule=/rules/*.rules"

0 commit comments

Comments
 (0)