Update promtail

This commit is contained in:
iFargle 2023-07-05 10:36:38 +09:00
parent d95b4eba1f
commit ef1a0f3fba

View file

@ -1,4 +1,4 @@
{ config, pkgs, sops-nix, ... }: { { config, pkgs, ... }: {
# Promtail Logging # Promtail Logging
sops.secrets.promtail = { sops.secrets.promtail = {
@ -27,7 +27,7 @@
url = "https://loki.sysctl.io/loki/api/v1/push"; url = "https://loki.sysctl.io/loki/api/v1/push";
basic_auth = { basic_auth = {
username = "loki-sa"; username = "loki-sa";
password_file = config.sops.secrets.promtail.pass.path; password_file = config.sops.secrets.promtail-pass.path;
}; };
}]; }];
scrape_configs = [{ scrape_configs = [{