fix: DNS record for grafana.pub.solar

This commit is contained in:
teutat3s 2023-12-03 15:54:07 +01:00
parent 2f7eccc970
commit 35487b53c7
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -82,8 +82,8 @@ resource "namecheap_domain_records" "pub-solar" {
}
record {
hostname = "grafana"
type = "CNAME"
address = "nachtigall.pub.solar."
type = "A"
address = "80.71.153.210"
}
record {
hostname = "hpb"