Skip to content

Commit

Permalink
fix: added extra rules dir
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Mar 5, 2024
1 parent d4d0149 commit d87865f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions argo/cluster/monitoring/loki/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@ loki:
storageClass: longhorn
size: 5Gi
extraVolumes:
- name: rules
- name: rules-cm
configMap:
name: loki-rules
- name: rules
emptyDir: {}
- name: scratch
emptyDir: {}
extraVolumeMounts:
- name: rules
mountPath: /rules
mountPath: /rules/fakse
- name: rules-cm
mountPath: /rules/cm
- name: scratch
mountPath: /tmp/scratch

Expand Down

0 comments on commit d87865f

Please sign in to comment.