We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979b834 commit f9a8390Copy full SHA for f9a8390
k8s/magiclove/vm/vm_alert_list.cue
@@ -44,9 +44,12 @@ import (
44
targetPort: "http"
45
}]
46
notifiers: [{selector: labelSelector: matchLabels: "app.kubernetes.io/name": #Name}]
47
- remoteWrite: url: "http://vmsingle-vm:8429/api/v1/write"
48
- remoteRead: url: "http://vmsingle-vm:8429"
49
- datasource: url: "http://vmsingle-vm:8429"
50
- extraArgs: "remoteWrite.disablePathAppend": "true"
+ remoteWrite: url: "http://vmsingle-vm:8429/api/v1/write"
+ remoteRead: url: "http://vmsingle-vm:8429"
+ datasource: url: "http://vmsingle-vm:8429"
+ extraArgs: {
51
+ "external.url": "https://vmalert-magiclove.hipparcos.net"
52
+ "remoteWrite.disablePathAppend": "true"
53
+ }
54
}
55
0 commit comments