Commit c47b0b1 1 parent d6a3ec7 commit c47b0b1 Copy full SHA for c47b0b1
File tree 1 file changed +17
-17
lines changed
1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -78,20 +78,20 @@ _loki_helm_values:
78
78
lokiCanary :
79
79
enabled : false
80
80
extraObjects :
81
- - apiVersion : v1
82
- kind : ConfigMap
83
- metadata :
84
- name : loki-alerting-rules
85
- labels :
86
- loki_rule : " atmosphere"
87
- data :
88
- loki-alerting-rules.yaml : |-
89
- groups:
90
- - name: additional-loki-rules
91
- rules:
92
- - alert: NovaCellNotResponding
93
- expr: 'count_over_time({pod_label_component="compute"} |= "not responding and hence is being omitted from the results" [1m]) > 0'
94
- labels:
95
- severity: critical
96
- annotations:
97
- summary: Nova Cell is not responding. It can cause port deletion in CAPI.
81
+ - apiVersion : v1
82
+ kind : ConfigMap
83
+ metadata :
84
+ name : loki-alerting-rules
85
+ labels :
86
+ loki_rule : " atmosphere"
87
+ data :
88
+ loki-alerting-rules.yaml : |-
89
+ groups:
90
+ - name: additional-loki-rules
91
+ rules:
92
+ - alert: NovaCellNotResponding
93
+ expr: 'count_over_time({pod_label_component="compute"} |= "not responding and hence is being omitted from the results" [1m]) > 0'
94
+ labels:
95
+ severity: critical
96
+ annotations:
97
+ summary: Nova Cell is not responding. It can cause port deletion in CAPI.
You can’t perform that action at this time.
0 commit comments