feat(dns): expose grafana

This commit is contained in:
2025-10-05 21:09:41 +03:00
parent d5d26f6697
commit 949a2a73ee

View File

@@ -20,5 +20,10 @@ locals {
service = "http://192.168.0.101:9090"
policy = "allow_myself"
}
grafana = {
subdomain = "grafana"
service = "http://192.168.0.101:3333"
policy = "allow_myself"
}
}
}