fix: add *.k8s endpoint

This commit is contained in:
Rasmus Wejlgaard 2026-06-28 15:24:29 +01:00
parent 4cdb2d3fe4
commit 0a1de0c85c
2 changed files with 11 additions and 1 deletions

View file

@ -26,6 +26,16 @@ london-a.pez.sh {
}
}
*.k8s.pez.sh {
tls {
dns hetzner {env.HETZNER_DNS_API_TOKEN}
}
tracing {
span k8s
}
reverse_proxy 100.123.97.26:80
}
## LONDON-B SERVICES ##
# Jellyfin

View file

@ -14,7 +14,7 @@ locals {
resource "hcloud_zone_rrset" "A_helsinki_a" {
for_each = toset([
"@", "apps", "auth", "bitwarden", "download", "git", "helsinki-a",
"jellyfin", "jellyfin-requests", "ldap", "lidarr", "london-a", "music", "naveen",
"jellyfin", "jellyfin-requests", "*.k8s", "ldap", "lidarr", "london-a", "music", "naveen",
"n8n", "plex", "prowlarr", "radarr", "readarr", "request",
"sonarr", "soulseek", "status",
])