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 36a04f69a6
commit e65f05b3d3

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]
}