add notification apis (#2066)

add alerting apis

add generic proxy
This commit is contained in:
zryfish
2020-05-13 21:50:26 +08:00
committed by GitHub
parent 1464ca197d
commit d358d9ab1a
6 changed files with 198 additions and 1 deletions

View File

@@ -95,7 +95,7 @@ func newTestConfig() (*Config, error) {
Version: "6",
},
AlertingOptions: &alerting.Options{
Endpoint: "http://alerting.kubesphere-alerting-system.svc:9200",
Endpoint: "http://alerting-client-server.kubesphere-alerting-system.svc:9200/api",
},
NotificationOptions: &notification.Options{
Endpoint: "http://notification.kubesphere-alerting-system.svc:9200",