Add infra tag to all traefik hosts

main
kalle 2025-02-05 21:05:18 +01:00
parent 8af88f990d
commit b9d6ff7e10
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
routes = roleRoutes ++ hostRoutes;
in
{
deployment.tags = [ "infra" ];
networking.firewall.allowedTCPPorts = [
80
443