Allow Traefik to expose ZooKeeper

This commit is contained in:
Daniel Berteaud 2024-04-03 13:38:50 +02:00
parent b7730e98b7
commit daa39c59c8
1 changed files with 1 additions and 5 deletions

View File

@ -2,11 +2,7 @@ Kind = "service-intentions"
Name = "[[ .instance ]][[ .consul.suffix ]]"
Sources = [
{
Name = "exchange-broker-bootstrap[[ .consul.suffix ]]"
Action = "allow"
},
{
Name = "eventbus-broker-bootstrap[[ .consul.suffix ]]"
Name = "[[ (merge .zookeeper .).traefik.instance ]]"
Action = "allow"
}
]