add de-fra2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2023-07-10 20:43:09 +01:00
parent 43186667f0
commit 4f91db5034
Signed by: burble
GPG Key ID: E9B4156C1659C079
2 changed files with 10 additions and 7 deletions

View File

@ -43,10 +43,10 @@ service('vault.service', 'fd42:4242:2601:acf0::20:1');
service('ldap', 'fd42:4242:2601:acf0::60:1');
// proxied services
proxied('explorer');
//proxied('explorer');
proxied('glass');
proxied('lg');
proxied('wiki');
//proxied('wiki');
proxied('lounge');
proxied('grafana');
proxied('tasks');
@ -61,9 +61,11 @@ proxied('anycast');
D_EXTEND(
domain,
CNAME('ci', 'envoy.burble.dn42.'),
CNAME('explorer', 'envoy.burble.dn42.'),
CNAME('send', 'envoy.burble.dn42.'),
CNAME('vault', 'envoy.burble.dn42.'),
CNAME('wdev', 'envoy.burble.dn42.')
CNAME('wdev', 'envoy.burble.dn42.'),
CNAME('wiki', 'envoy.burble.dn42.')
);
// docker services

View File

@ -4,6 +4,7 @@ var nodes = [
[ 'ch-zur1', '45.91.92.111', '2a0e:dc0:6:8::1', 'true', 8, '172.20.129.174' ],
[ 'us-nyc1', '109.205.61.36', '2605:4840:2:eed4::1', 'true', 9, '172.20.129.175' ],
[ 'us-lax1', '45.67.219.3', '2a04:bdc7:100:4656::1', 'true', 10, '172.20.129.172' ],
[ 'de-fra2', '194.87.149.151', 'undefined', 'true', 11, '172.20.129.171' ],
[ 'ca-bhs2', '192.99.6.65', '2607:5300:60:3741::1', 'true', 13, '172.20.129.167' ],
[ 'uk-lon2', '150.107.201.114', '2a0e:dc0:5:dc62::1', 'true', 14, '172.20.129.166' ],
[ 'uk-lon3', '150.107.201.105', '2a0e:dc0:5:d2dd::1', 'true', 16, '172.20.129.184' ],
@ -13,5 +14,5 @@ var nodes = [
[ 'fr-par1', '51.159.194.131', '2001:bc8:1201:50d:d6ae:52ff:fecc:c97', 'true', 22, '172.20.129.188' ],
[ 'fr-par2', '51.159.97.157', '2001:bc8:1201:6:9eb6:54ff:febb:4608', 'true', 24, '172.20.129.180' ],
[ 'no-trd1', '217.168.87.226', '2001:678:dd0:ffff::25', 'true', 25, '172.20.129.185' ],
[ 'us-nyc2', '109.205.61.64', '2605:4840:2:5abe::1', 'true', 29, '172.20.129.176' ],
[ 'us-nyc2', '109.205.61.64', '2605:4840:2:5abe::1', 'true', 29, '172.20.129.176' ]
];