add protected route to expose the led lights on the london pi [ci skip]
This commit is contained in:
parent
d7c27afab5
commit
eb94e378c6
2 changed files with 9 additions and 0 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue