Skip to content

Commit bdd8b03

Browse files
feat: update inventory for loki
1 parent 268a805 commit bdd8b03

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)