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 d7c27afab5
commit eb94e378c6
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 9 additions and 0 deletions

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]
}

Binary file not shown.