Skip to content

Commit

Permalink
fix: updated rulesdir
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Mar 5, 2024
1 parent 9ce95d4 commit f23fe3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion argo/cluster/monitoring/loki/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ loki:
replication_factor: 1
storage:
type: 'filesystem'
rules_directory: /var/loki/rules
limits_config:
retention_period: 168h
rulerConfig:
Expand Down Expand Up @@ -35,7 +36,7 @@ loki:
emptyDir: {}
extraVolumeMounts:
- name: rules-cm
mountPath: /var/loki/rules
mountPath: /var/loki/rules/fake
- name: rules
mountPath: /rules
- name: scratch
Expand Down

0 comments on commit f23fe3b

Please sign in to comment.