Skip to content

Commit 9cb597e

Browse files
committed
fix(operator): use /var/lib/loki as default storage paths (#7748)
1 parent c3e7f48 commit 9cb597e

File tree

1 file changed

+2
-1
lines changed
  • operator/internal/manifests

1 file changed

+2
-1
lines changed

operator/internal/manifests/var.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ const (
5151

5252
walDirectory = "/var/lib/loki/wal"
5353
dataDirectory = "/var/lib/loki"
54-
// rulesStorageDirectory is the persistent storage path for rules, aligned with production Helm configs.
54+
// rulesStorageDirectory is the persistent storage path for rules.
55+
// It aligns with the default used by the official Helm chart.
5556
rulesStorageDirectory = "/var/lib/loki/rules"
5657

5758
rulerContainerName = "loki-ruler"

0 commit comments

Comments
 (0)