Skip to content

Commit f23fe3b

Browse files
fix: updated rulesdir
1 parent 9ce95d4 commit f23fe3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

argo/cluster/monitoring/loki/chart/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ loki:
55
replication_factor: 1
66
storage:
77
type: 'filesystem'
8+
rules_directory: /var/loki/rules
89
limits_config:
910
retention_period: 168h
1011
rulerConfig:
@@ -35,7 +36,7 @@ loki:
3536
emptyDir: {}
3637
extraVolumeMounts:
3738
- name: rules-cm
38-
mountPath: /var/loki/rules
39+
mountPath: /var/loki/rules/fake
3940
- name: rules
4041
mountPath: /rules
4142
- name: scratch

0 commit comments

Comments
 (0)