fix: DNS record for grafana.pub.solar
All checks were successful
Flake checks / Check (pull_request) Successful in 34m28s

This commit is contained in:
teutat3s 2023-12-03 15:54:07 +01:00
parent 5c5bbde77f
commit db5d58d3d6
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"