feat(dns): expose grafana
This commit is contained in:
@@ -20,5 +20,10 @@ locals {
|
|||||||
service = "http://192.168.0.101:9090"
|
service = "http://192.168.0.101:9090"
|
||||||
policy = "allow_myself"
|
policy = "allow_myself"
|
||||||
}
|
}
|
||||||
|
grafana = {
|
||||||
|
subdomain = "grafana"
|
||||||
|
service = "http://192.168.0.101:3333"
|
||||||
|
policy = "allow_myself"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user