Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions ansible/roles/k8s_lb/templates/haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@ frontend meshdb
acl app_letsencrypt path_beg /.well-known/acme-challenge/
use_backend be_letsencrypt if app_letsencrypt

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

# Mastodon to unique backend
acl app_mastodon hdr(host) -i mastodon.nycmesh.net
Expand Down
1 change: 0 additions & 1 deletion terraform/prod1.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ meshdb_fqdn = [
"los.nycmesh.net",
"map.nycmesh.net",
"forms.nycmesh.net",
"stats-new.nycmesh.net",
"stats.nycmesh.net",
"db.nycmesh.net",
"mastodon.nycmesh.net",
Expand Down
Loading