mariadb/consul/config/service-intentions/mariadb.hcl

17 lines
350 B
HCL
Raw Normal View History

2023-10-25 23:00:31 +02:00
Kind = "service-intentions"
2023-12-21 22:47:19 +01:00
Name = "[[ .instance ]][[ .consul.suffix ]]"
2023-10-25 23:00:31 +02:00
Sources = [
{
2023-12-21 22:47:19 +01:00
Name = "[[ (merge .mariadb.server .).traefik.instance ]]"
2023-10-25 23:00:31 +02:00
Action = "allow"
},
{
2023-12-21 22:47:19 +01:00
Name = "[[ .instance ]]-manage[[ .consul.suffix ]]"
2023-10-25 23:00:31 +02:00
Action = "allow"
},
{
2023-12-21 22:47:19 +01:00
Name = "[[ .instance ]]-backup[[ .consul.suffix ]]"
Action = "allow"
2023-10-25 23:00:31 +02:00
}
]