consul-template attempt
{{range services}} | |
{{.Name | regexMatch "manager"}} | |
listen http-in | |
bind *:{{key "service/{{.Name}}/bindport"}} | |
{{range service .Name}} | |
server {{.Node}} {{.Address}}:{{.Port}}{{end}} | |
{{end}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment