Skip to content

Commit

Permalink
Move stats from SN1 to SN3 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten authored Nov 13, 2024
1 parent e50a3a7 commit 2954d87
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions sld/records.nycmesh.net.tf
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,6 @@ resource "namedotcom_record" "record_devsupport_4727325" {
answer = "157.245.9.130"
}

# Grafana at SN1
resource "namedotcom_record" "record_stats_3588970" {
domain_name = "nycmesh.net"
host = "stats"
record_type = "A"
answer = "199.167.59.7"
}

# rDNS
resource "namedotcom_record" "record_ipv4_3588972" {
domain_name = "nycmesh.net"
Expand Down Expand Up @@ -403,6 +395,14 @@ resource "namedotcom_record" "record_stats_new" {
answer = "kubernetes-lb-prod-sn3.nycmesh.net"
}

# Public grafana
resource "namedotcom_record" "record_stats_cname" {
domain_name = "nycmesh.net"
host = "stats"
record_type = "CNAME"
answer = "kubernetes-lb-prod-sn3.nycmesh.net"
}

###### Meshdb Dev ######
resource "namedotcom_record" "meshdb_dev_k8s_lb" {
domain_name = "nycmesh.net"
Expand Down

0 comments on commit 2954d87

Please sign in to comment.