dns: social: switch ingress to kn-sfo2
ci/woodpecker/push/dns Pipeline was successful Details

main
Ariadne Conill 2022-07-30 05:49:05 +00:00
parent 438ec1367e
commit 3fa93e7d00
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ resource "linode_domain_record" "social_cname" {
domain_id = "${linode_domain.treehouse_domain.id}"
name = "social"
record_type = "CNAME"
target = "kn-linode-dallas.ingress.treehouse.systems"
target = "kn-sfo2.ingress.treehouse.systems"
ttl_sec = 30
}