cluster/services/monitoring: create buckets for loki and tempo

This commit is contained in:
Max Headroom 2023-11-06 20:53:06 +01:00
parent fbead1652a
commit f88749fd95

View file

@ -74,5 +74,16 @@ in
};
};
garage = {
keys = {
loki = { };
tempo = { };
};
buckets = {
loki-chunks.allow.loki = [ "read" "write" ];
tempo-chunks.allow.tempo = [ "read" "write" ];
};
};
dns.records.monitoring.consulService = "grafana";
}