parent
3fa93e7d00
commit
9882b0a2da
dns
19
dns/main.tf
19
dns/main.tf
|
@ -26,25 +26,6 @@ resource "linode_domain" "treehouse_domain" {
|
|||
type = "master"
|
||||
}
|
||||
|
||||
// Treehouse cluster: kn-linode-dallas
|
||||
// TODO(ariadne): Use linode data source to pull the kubernetes ingress
|
||||
// IP addresses for this
|
||||
resource "linode_domain_record" "kn_linode_dallas_ingress_v4" {
|
||||
domain_id = "${linode_domain.treehouse_domain.id}"
|
||||
name = "kn-linode-dallas.ingress"
|
||||
record_type = "A"
|
||||
target = "50.116.20.32"
|
||||
ttl_sec = 30
|
||||
}
|
||||
|
||||
resource "linode_domain_record" "kn_linode_dallas_ingress_v6" {
|
||||
domain_id = "${linode_domain.treehouse_domain.id}"
|
||||
name = "kn-linode-dallas.ingress"
|
||||
record_type = "AAAA"
|
||||
target = "2600:3c00::f03c:93ff:fee2:d097"
|
||||
ttl_sec = 30
|
||||
}
|
||||
|
||||
// Treehouse cluster: kn-oci-sanjose
|
||||
// TODO(ariadne): decommission me
|
||||
resource "linode_domain_record" "kn_oci_sanjose_ingress_v4" {
|
||||
|
|
Loading…
Reference in New Issue