add protected route to expose the led lights on the london pi [ci skip]

This commit is contained in:
Viktor Barzin 2024-11-30 23:05:23 +00:00
parent 8ab240476e
commit b6d114ed20

View file

@ -232,3 +232,12 @@ module "london" {
"gethomepage.dev/pod-selector" : ""
}
}
module "pi-lights" {
source = "./factory"
name = "pi"
external_name = "ha-london.viktorbarzin.lan"
port = 5000
tls_secret_name = var.tls_secret_name
protected = true
depends_on = [kubernetes_namespace.reverse-proxy]
}