add london.viktorbarzin.me -> london openwrt web page (protected) [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-02 17:06:31 +00:00
parent 8ef8c495ad
commit 172a9dbfd8
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 12 additions and 0 deletions

View file

@ -176,3 +176,15 @@ module "ha-london" {
proxy_timeout = 360
depends_on = [kubernetes_namespace.reverse-proxy]
}
# https://london.viktorbarzin.me/
module "london" {
source = "./factory"
name = "london"
external_name = "openwrt-london.viktorbarzin.lan"
port = 443
tls_secret_name = var.tls_secret_name
backend_protocol = "HTTPS"
protected = true
depends_on = [kubernetes_namespace.reverse-proxy]
}

Binary file not shown.