Matthew Baggett
e725f54e85
Some checks failed
Trunk Check / Trunk Check Runner (push) Failing after 1s
17 lines
No EOL
318 B
Smarty
17 lines
No EOL
318 B
Smarty
[[probe.service]]
|
|
id = "${service_group_id}"
|
|
label = "${service_group_label}"
|
|
|
|
%{ for service in services ~}
|
|
[[probe.service.node]]
|
|
id = "${service.id}"
|
|
label = "${service.label}"
|
|
mode = "poll"
|
|
reveal_replica_name = true
|
|
replicas = [
|
|
%{ for endpoint in service.endpoints ~}
|
|
"${endpoint}",
|
|
%{ endfor ~}
|
|
]
|
|
|
|
%{ endfor } |