File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 8
8
paths :
9
9
- ' .nais/alerts.yaml'
10
10
- ' .github/workflows/alert-deploy.yml'
11
+ workflow_dispatch :
11
12
permissions :
12
13
id-token : write
13
14
24
25
CLUSTER : test
25
26
RESOURCE : .nais/alerts.yaml
26
27
DEPLOY_SERVER : deploy.ssb.cloud.nais.io:443
28
+ - name : Deploy AlertManager config
29
+ uses : statisticsnorway/dapla-stat-iac/.github/workflows/reusable/alertconfig_deploy.yaml@main
30
+ with :
31
+ cluster : test
27
32
28
33
prod-deploy :
29
34
name : Deploy alerts to prod
37
42
CLUSTER : prod
38
43
RESOURCE : .nais/alerts.yaml
39
44
DEPLOY_SERVER : deploy.ssb.cloud.nais.io:443
45
+ - name : Deploy AlertManager config
46
+ uses : statisticsnorway/dapla-stat-iac/.github/workflows/reusable/alertconfig_deploy.yaml@main
47
+ with :
48
+ cluster : prod
Original file line number Diff line number Diff line change 19
19
labels :
20
20
service : maskinporten-guardian
21
21
namespace : dapla-stat
22
+ alertmanager_custom_config : dapla-stat
23
+ alert_type : custom
22
24
severity : critical
23
25
24
26
- alert : Guardian is unavailable
30
32
labels :
31
33
service : maskinporten-guardian
32
34
namespace : dapla-stat
35
+ alertmanager_custom_config : dapla-stat
36
+ alert_type : custom
33
37
severity : critical
You can’t perform that action at this time.
0 commit comments