add london.viktorbarzin.me -> london openwrt web page (protected) [ci skip]
This commit is contained in:
parent
8ef8c495ad
commit
172a9dbfd8
2 changed files with 12 additions and 0 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue