mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
pushgateway
This commit is contained in:
parent
791d21b7c4
commit
66a14cc332
9 changed files with 32 additions and 738 deletions
|
@ -74,7 +74,7 @@
|
|||
networking.firewall.checkReversePath = "loose";
|
||||
|
||||
|
||||
services.nginx.enable = true;
|
||||
luj.nginx.enable = true;
|
||||
services.nginx.virtualHosts."vaults.malka.family" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
|
|
@ -102,7 +102,8 @@
|
|||
|
||||
services.grafana.enable = true;
|
||||
services.grafana.settings.server.http_port = 3000;
|
||||
services.victoriametrics.enable = true;
|
||||
services.prometheus.enable = true;
|
||||
services.prometheus.pushgateway.enable = true;
|
||||
|
||||
services.nginx.virtualHosts."data.julienmalka.me" = {
|
||||
forceSSL = true;
|
||||
|
@ -118,10 +119,17 @@
|
|||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:8428";
|
||||
proxyPass = "http://localhost:9090";
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."push.julienmalka.me" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:9090";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue