File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
ansible/roles/k8s_lb/templates Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments