Skip to content

Commit

Permalink
feat: namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
imneov committed Oct 18, 2022
1 parent 3048f1b commit 5a3902d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,9 @@ public int setAlertManagerSecret(String secretName) {
WebhookConfig webhookConfig = new WebhookConfig();
webhookConfig.setSend_resolved(true);
webhookConfig.setUrl("http://tkeel-alarm.keel-system:31239/webhook/demo");
webhookConfig = new WebhookConfig();
webhookConfig.setSend_resolved(true);
webhookConfig.setUrl("http://tkeel-alarm.dapr-system:31239/webhook/demo");
webhookConfigsList.add(webhookConfig);

Receiver receiver2 = new Receiver();
Expand Down

0 comments on commit 5a3902d

Please sign in to comment.