dns: social: switch ingress to kn-sfo2
ci/woodpecker/push/dns Pipeline was successful
Details
ci/woodpecker/push/dns Pipeline was successful
Details
parent
438ec1367e
commit
3fa93e7d00
|
@ -110,7 +110,7 @@ resource "linode_domain_record" "social_cname" {
|
||||||
domain_id = "${linode_domain.treehouse_domain.id}"
|
domain_id = "${linode_domain.treehouse_domain.id}"
|
||||||
name = "social"
|
name = "social"
|
||||||
record_type = "CNAME"
|
record_type = "CNAME"
|
||||||
target = "kn-linode-dallas.ingress.treehouse.systems"
|
target = "kn-sfo2.ingress.treehouse.systems"
|
||||||
ttl_sec = 30
|
ttl_sec = 30
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue