Skip to content

Commit f6362a2

Browse files
committed
update rules location
1 parent 022cbb0 commit f6362a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readrules/prometheus-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
- name: prometheus-storage-volume
2626
mountPath: /prometheus/
2727
- name: prometheus-read-rules-volume
28-
mountPath: /etc/prometheus/
28+
mountPath: /etc/prometheus/rules
2929
- name: watch
3030
image: weaveworks/watch:master-5b2a6e5
3131
imagePullPolicy: IfNotPresent

readrules/prometheus-read-rules-map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: prometheus-read-rules-conf
77
namespace: monitoring
88
data:
9-
rules/node_rules.yml: |-
9+
node_rules.yml: |-
1010
groups:
1111
- name: node_rules
1212
interval: 10s

0 commit comments

Comments
 (0)