fixed wrong fqdn in lb test config
This commit is contained in:
parent
e1c5d9b737
commit
e65808be92
1 changed files with 2 additions and 2 deletions
|
@ -46,9 +46,9 @@ sunet_frontend:
|
||||||
- "/etc/ssl/private/infra_haproxy.crt:/etc/ssl/private/infra_haproxy.crt:ro"
|
- "/etc/ssl/private/infra_haproxy.crt:/etc/ssl/private/infra_haproxy.crt:ro"
|
||||||
site_name: 'auth-test.sunet.se'
|
site_name: 'auth-test.sunet.se'
|
||||||
frontends:
|
frontends:
|
||||||
'lb-test-tug-1.sunet.se':
|
'lb-tug-test-1.sunet.se':
|
||||||
ips: ['37.156.192.64', '2001:6b0:60:c0::64']
|
ips: ['37.156.192.64', '2001:6b0:60:c0::64']
|
||||||
'lb-test-sthb-1.sunet.se':
|
'lb-sthb-test-1.sunet.se':
|
||||||
ips: ['37.156.192.65', '2001:6b0:60:c0::65']
|
ips: ['37.156.192.65', '2001:6b0:60:c0::65']
|
||||||
backends:
|
backends:
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Reference in a new issue