monitoring/example/consul/config/service-intentions/monitoring-alertmanager.hcl

17 lines
293 B
HCL

Kind = "service-intentions"
Name = "monitoring-alertmanager"
Sources = [
{
Name = "traefik"
Permissions = [
{
Action = "allow"
HTTP {
PathPrefix = "/"
Methods = ["GET", "HEAD", "POST", "PUT", "DELETE", "PATCH"]
}
}
]
}
]