mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-07-04 15:46:16 +00:00
fix: add *.k8s endpoint
This commit is contained in:
parent
4cdb2d3fe4
commit
0a1de0c85c
2 changed files with 11 additions and 1 deletions
|
|
@ -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 ##
|
## LONDON-B SERVICES ##
|
||||||
|
|
||||||
# Jellyfin
|
# Jellyfin
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ locals {
|
||||||
resource "hcloud_zone_rrset" "A_helsinki_a" {
|
resource "hcloud_zone_rrset" "A_helsinki_a" {
|
||||||
for_each = toset([
|
for_each = toset([
|
||||||
"@", "apps", "auth", "bitwarden", "download", "git", "helsinki-a",
|
"@", "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",
|
"n8n", "plex", "prowlarr", "radarr", "readarr", "request",
|
||||||
"sonarr", "soulseek", "status",
|
"sonarr", "soulseek", "status",
|
||||||
])
|
])
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue