traefik/pkg/provider/file/fixtures/yaml/template_file.yml
Julien Salleyron 6fed76a687 WeightedRoundRobin load balancer
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
2019-08-26 01:30:05 -07:00

6 lines
No EOL
110 B
YAML

http:
routers:
{{ range $i, $e := until 20 }}
router{{ $e }}:
service: application-1
{{ end }}