Skip to content

Commit dc15df6

Browse files
Merge pull request #161 from RS-PYTHON/feat-rspy460/update-loki
feat: update inventory for loki
2 parents 268a805 + bdd8b03 commit dc15df6

File tree

1 file changed

+3
-1
lines changed
  • inventory/sample/host_vars/setup

1 file changed

+3
-1
lines changed

inventory/sample/host_vars/setup/apps.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,9 @@ rspy:
470470

471471
loki:
472472
retention: 1460h
473-
bucket: "{{ cluster_name }}-loki"
473+
bucket:
474+
chunks: "{{ cluster_name }}-loki-chunks"
475+
ruler: "{{ cluster_name }}-loki-ruler"
474476

475477
grafanatempo:
476478
metaMonitoring:

0 commit comments

Comments
 (0)