Add reverseproxy for alerts.pub.solar
Flake checks / Check (pull_request) Failing after 4m3s Details

pull/169/head
Pablo Ovelleiro Corral 2024-04-27 01:37:03 +02:00
parent a98cfc82e5
commit d58209ef93
Signed by untrusted user: pinpox
GPG Key ID: 29E9A6ED72CCB334
1 changed files with 8 additions and 0 deletions

View File

@ -37,6 +37,14 @@
reverse_proxy :${toString config.services.loki.configuration.server.http_listen_port}
'';
};
"alerts.pub.solar" = {
logFormat = lib.mkForce ''
output discard
'';
extraConfig = ''
reverse_proxy 10.7.6.2:${toString config.services.prometheus.alertmanager.port}
'';
};
"grafana.pub.solar" = {
logFormat = lib.mkForce ''
output discard