dns: add ci and list records to pub.solar

pull/4/head
teutat3s 2023-01-31 21:42:17 +01:00
parent 6c62589dd8
commit e54844ef52
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 10 additions and 0 deletions

View File

@ -14,11 +14,21 @@ resource "namecheap_domain_records" "pub-solar" {
type = "CNAME"
address = "flora-6.svc.e5756d08-36fd-424b-f8bc-acdb92ca7b82.lev-1.greenbaum.zone."
}
record {
hostname = "ci"
type = "CNAME"
address = "flora-6.svc.e5756d08-36fd-424b-f8bc-acdb92ca7b82.lev-1.greenbaum.zone."
}
record {
hostname = "git"
type = "CNAME"
address = "flora-6.svc.e5756d08-36fd-424b-f8bc-acdb92ca7b82.lev-1.greenbaum.zone."
}
record {
hostname = "list"
type = "CNAME"
address = "flora-6.svc.e5756d08-36fd-424b-f8bc-acdb92ca7b82.lev-1.greenbaum.zone."
}
record {
hostname = "obs-portal"
type = "CNAME"