prometheus, alertmanager: Init modules

This commit is contained in:
SebastianStork 2026-02-28 21:02:37 +01:00
parent 58202b18bf
commit 9e79934cf2
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
3 changed files with 197 additions and 0 deletions

View file

@ -12,6 +12,14 @@
enable = true;
domain = "alloy.${config.custom.networking.overlay.fqdn}";
};
prometheus = {
enable = true;
domain = "prometheus.${config.custom.networking.overlay.fqdn}";
};
alertmanager = {
enable = true;
domain = "alertmanager.${config.custom.networking.overlay.fqdn}";
};
};
};
}