50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
http:
|
|
routers:
|
|
router1:
|
|
service: application-1
|
|
router2:
|
|
service: application-2
|
|
router3:
|
|
service: application-3
|
|
services:
|
|
application-1:
|
|
loadbalancer:
|
|
servers:
|
|
- url: 'http://172.17.0.1:80'
|
|
application-2:
|
|
loadbalancer:
|
|
servers:
|
|
- url: 'http://172.17.0.2:80'
|
|
application-3:
|
|
loadbalancer:
|
|
servers:
|
|
- url: 'http://172.17.0.3:80'
|
|
application-4:
|
|
loadbalancer:
|
|
servers:
|
|
- url: 'http://172.17.0.4:80'
|
|
application-5:
|
|
loadbalancer:
|
|
servers:
|
|
- url: 'http://172.17.0.5:80'
|
|
application-6:
|
|
loadbalancer:
|
|
servers:
|
|
- url: 'http://172.17.0.6:80'
|
|
|
|
tls:
|
|
- certificate:
|
|
certfile: integration/fixtures/https/snitest1.com.cert
|
|
keyfile: integration/fixtures/https/snitest1.com.key
|
|
- certificate:
|
|
certfile: integration/fixtures/https/snitest2.com.cert
|
|
keyfile: integration/fixtures/https/snitest2.com.key
|
|
- certificate:
|
|
certfile: integration/fixtures/https/snitest3.com.cert
|
|
keyfile: integration/fixtures/https/snitest3.com.key
|
|
- certificate:
|
|
certfile: integration/fixtures/https/snitest4.com.cert
|
|
keyfile: integration/fixtures/https/snitest4.com.key
|
|
- certificate:
|
|
certfile: integration/fixtures/https/snitest5.com.cert
|
|
keyfile: integration/fixtures/https/snitest5.com.key
|