add london.viktorbarzin.me -> london openwrt web page (protected) [ci skip]
This commit is contained in:
parent
36a04f69a6
commit
e65f05b3d3
1 changed files with 12 additions and 0 deletions
|
|
@ -176,3 +176,15 @@ module "ha-london" {
|
||||||
proxy_timeout = 360
|
proxy_timeout = 360
|
||||||
depends_on = [kubernetes_namespace.reverse-proxy]
|
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]
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue