We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022cbb0 commit f6362a2Copy full SHA for f6362a2
readrules/prometheus-deployment.yml
@@ -25,7 +25,7 @@ spec:
25
- name: prometheus-storage-volume
26
mountPath: /prometheus/
27
- name: prometheus-read-rules-volume
28
- mountPath: /etc/prometheus/
+ mountPath: /etc/prometheus/rules
29
- name: watch
30
image: weaveworks/watch:master-5b2a6e5
31
imagePullPolicy: IfNotPresent
readrules/prometheus-read-rules-map.yml
@@ -6,7 +6,7 @@ metadata:
6
name: prometheus-read-rules-conf
7
namespace: monitoring
8
data:
9
- rules/node_rules.yml: |-
+ node_rules.yml: |-
10
groups:
11
- name: node_rules
12
interval: 10s
0 commit comments