[ci skip] add vibetunnel proxy

This commit is contained in:
Viktor Barzin 2026-02-13 18:20:50 +00:00
parent 2377045630
commit e0ff08978d
No known key found for this signature in database
GPG key ID: 0EB088298288D958
3 changed files with 10 additions and 0 deletions

View file

@ -283,3 +283,13 @@ module "pi-lights" {
# # "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.

Binary file not shown.