onlyoffice-docserver/consul/config/service-intentions/onlyoffice-docserver.hcl

16 lines
254 B
HCL

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