File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : lcm-bricks
3
3
description : LCM Bricks
4
- version : 1.0.1
4
+ version : 1.0.2
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
kind : ConfigMap
3
3
metadata :
4
- name : lcm-bricks-service- monitoring-rules
4
+ name : lcm-bricks-monitoring-rules
5
5
namespace : monitoring
6
6
labels :
7
7
app : lcm-bricks
@@ -10,9 +10,9 @@ metadata:
10
10
chart : lcm-bricks
11
11
release : {{ .Release.Name }}
12
12
data :
13
- lcm-bricks-service- monitoring-rules.yaml : |+
13
+ lcm-bricks-monitoring-rules.yaml : |+
14
14
groups:
15
- - name: lcm-bricks-service- monitoring-rules
15
+ - name: lcm-bricks-monitoring-rules
16
16
rules:
17
17
- record: "container_pod:lcm_pod_container_status_restarts:increase10m"
18
18
expr: increase(kube_pod_container_status_restarts_total{namespace='{{ .Release.Namespace }}'}[10m])
You can’t perform that action at this time.
0 commit comments