Add monitoring frontends to caddy
Some checks failed
Run nix flake check / flake-check (push) Failing after 8m32s
Periodic flake update / flake-update (push) Successful in 1m54s

This commit is contained in:
2024-12-04 19:42:35 +01:00
parent 4c60f7b5c1
commit 1e7d8b4795
2 changed files with 22 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
$ORIGIN home.2rjus.net.
$TTL 1800
@ IN SOA ns1.home.2rjus.net. admin.test.2rjus.net. (
2042 ; serial number
2043 ; serial number
3600 ; refresh
900 ; retry
1209600 ; expire
@@ -16,9 +16,6 @@ $TTL 1800
kube-blue1 IN A 10.69.8.150
kube-blue2 IN A 10.69.8.151
kube-blue3 IN A 10.69.8.152
grafana IN CNAME kube-blue3
prometheus IN CNAME kube-blue3
alertmanager IN CNAME kube-blue3
kube-blue4 IN A 10.69.8.153
rook IN CNAME kube-blue4
@@ -61,6 +58,9 @@ radarr IN CNAME http-proxy
sonarr IN CNAME http-proxy
ha IN CNAME http-proxy
z2m IN CNAME http-proxy
grafana IN CNAME http-proxy
prometheus IN CNAME http-proxy
alertmanager IN CNAME http-proxy
ca IN A 10.69.13.12
monitoring01 IN A 10.69.13.13