boardgame-manager/consul/config/service-intentions/boardgame-manager.hcl

16 lines
269 B
HCL

Kind = "service-intentions"
Name = "[[ .bgm.instance ]][[ .consul.suffix ]]"
Sources = [
{
Name = "[[ (merge .bgm .).traefik.instance ]]"
Permissions = [
{
Action = "allow"
HTTP {
PathPrefix = "/"
}
}
]
}
]