Skip to content

Commit e392bf3

Browse files
authored
Drop stats-new.nycmesh.net (#58)
* Remove 'map' domains and make a janky string a beautiful list * Stop getting certs for stats-new * Remove the redirect too * Remove it again
1 parent e584be5 commit e392bf3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ansible/roles/k8s_lb/templates/haproxy.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,9 @@ frontend meshdb
7070
acl app_letsencrypt path_beg /.well-known/acme-challenge/
7171
use_backend be_letsencrypt if app_letsencrypt
7272

73-
# Stats + stats-new uses a different backend
74-
acl app_grafana hdr(host) -i stats-new.nycmesh.net
73+
# Stats uses a different backend
7574
acl app_stats hdr(host) -i stats.nycmesh.net
76-
use_backend be_grafana if app_grafana OR app_stats
75+
use_backend be_grafana if app_stats
7776

7877
# Mastodon to unique backend
7978
acl app_mastodon hdr(host) -i mastodon.nycmesh.net

terraform/prod1.tfvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ meshdb_fqdn = [
5959
"los.nycmesh.net",
6060
"map.nycmesh.net",
6161
"forms.nycmesh.net",
62-
"stats-new.nycmesh.net",
6362
"stats.nycmesh.net",
6463
"db.nycmesh.net",
6564
"mastodon.nycmesh.net",

0 commit comments

Comments
 (0)