[ci skip] add vibetunnel proxy
This commit is contained in:
parent
2377045630
commit
e0ff08978d
3 changed files with 10 additions and 0 deletions
|
|
@ -283,3 +283,13 @@ module "pi-lights" {
|
||||||
# # "nginx.ingress.kubernetes.io/proxy-set-header" : "Host: <>",
|
# # "nginx.ingress.kubernetes.io/proxy-set-header" : "Host: <>",
|
||||||
# }
|
# }
|
||||||
# }
|
# }
|
||||||
|
|
||||||
|
module "mbp14" {
|
||||||
|
source = "./factory"
|
||||||
|
name = "mbp14"
|
||||||
|
external_name = "mbp14.viktorbarzin.lan"
|
||||||
|
port = 4020
|
||||||
|
tls_secret_name = var.tls_secret_name
|
||||||
|
protected = true
|
||||||
|
depends_on = [kubernetes_namespace.reverse-proxy]
|
||||||
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
BIN
terraform.tfvars
BIN
terraform.tfvars
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue