Update promtail
This commit is contained in:
parent
d95b4eba1f
commit
ef1a0f3fba
1 changed files with 2 additions and 2 deletions
|
@ -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 = [{
|
||||||
|
|
Loading…
Reference in a new issue