diff --git a/argo/cluster/monitoring/loki/chart/values.yaml b/argo/cluster/monitoring/loki/chart/values.yaml index 6a44dc8d..fbd58fdb 100644 --- a/argo/cluster/monitoring/loki/chart/values.yaml +++ b/argo/cluster/monitoring/loki/chart/values.yaml @@ -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