added a new LB instance
This commit is contained in:
parent
21a22b821c
commit
bd191b41df
2 changed files with 21 additions and 0 deletions
|
@ -689,3 +689,23 @@ sunet_frontend:
|
||||||
letsencrypt_server: 'acme-c.sunet.se'
|
letsencrypt_server: 'acme-c.sunet.se'
|
||||||
haproxy_imagetag: '20230228-stable'
|
haproxy_imagetag: '20230228-stable'
|
||||||
frontendtools_imagetag: '20230228'
|
frontendtools_imagetag: '20230228'
|
||||||
|
|
||||||
|
'fidusdsmd2':
|
||||||
|
site_name: 'dsmd-sto4.fidus.sunet.se'
|
||||||
|
frontends:
|
||||||
|
'tug-lb-1.sunet.se':
|
||||||
|
ips: ['37.156.192.112', '2001:6b0:60:c0::112']
|
||||||
|
'sthb-lb-1.sunet.se':
|
||||||
|
ips: ['37.156.192.113', '2001:6b0:60:c0::113']
|
||||||
|
backends:
|
||||||
|
default:
|
||||||
|
'dsmd-sto4-prod-mdq-1.fidus.sunet.se':
|
||||||
|
ips: ['89.46.20.201', '2001:6b0:6c::49f']
|
||||||
|
'dsmd-sto4-prod-mdq-2.fidus.sunet.se':
|
||||||
|
ips: ['89.46.21.205', '2001:6b0:6c::321']
|
||||||
|
allow_ports:
|
||||||
|
- 80
|
||||||
|
- 443
|
||||||
|
letsencrypt_server: 'acme-c.sunet.se'
|
||||||
|
haproxy_imagetag: '20230228-stable'
|
||||||
|
frontendtools_imagetag: '20230228'
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
{% extends 'common/haproxy_idp.j2' %}
|
Loading…
Add table
Reference in a new issue