mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
feat: new k8s deployment (v3)
This commit is contained in:
parent
48c08f7262
commit
b43d70812e
13 changed files with 64 additions and 532 deletions
21
dns.tf
21
dns.tf
|
|
@ -25,7 +25,7 @@ resource "hetznerdns_record" "apricote_de_ns" {
|
|||
resource "hetznerdns_record" "listory" {
|
||||
zone_id = hetznerdns_zone.apricote_de.id
|
||||
name = "listory"
|
||||
value = "c2.apricote.de"
|
||||
value = "listory.c3-ing.apricote.de."
|
||||
type = "CNAME"
|
||||
ttl = 60
|
||||
}
|
||||
|
|
@ -33,7 +33,24 @@ resource "hetznerdns_record" "listory" {
|
|||
resource "hetznerdns_record" "gitea" {
|
||||
zone_id = hetznerdns_zone.apricote_de.id
|
||||
name = "gitea"
|
||||
value = "c2.apricote.de"
|
||||
value = "gitea.c3-ing.apricote.de."
|
||||
type = "CNAME"
|
||||
ttl = 60
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "tandoor" {
|
||||
zone_id = hetznerdns_zone.apricote_de.id
|
||||
name = "tandoor"
|
||||
value = "tandoor.c3-ing.apricote.de."
|
||||
type = "CNAME"
|
||||
ttl = 60
|
||||
}
|
||||
|
||||
|
||||
resource "hetznerdns_record" "grafana" {
|
||||
zone_id = hetznerdns_zone.apricote_de.id
|
||||
name = "grafana"
|
||||
value = "grafana.c3-ing.apricote.de."
|
||||
type = "CNAME"
|
||||
ttl = 60
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue