From 3fa93e7d005311a64789e2686b365ce67817bdd0 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sat, 30 Jul 2022 05:49:05 +0000 Subject: [PATCH] dns: social: switch ingress to kn-sfo2 --- dns/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/main.tf b/dns/main.tf index 0603d1b..13a30bb 100644 --- a/dns/main.tf +++ b/dns/main.tf @@ -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 }