rename camera module in dashy [ci skip]

This commit is contained in:
Viktor Barzin 2023-12-16 20:17:01 +00:00
parent 33a85b1dd9
commit 2425509b26
2 changed files with 2 additions and 1 deletions

View file

@ -173,5 +173,6 @@ module "ha-london" {
external_name = "ha-london.viktorbarzin.lan"
port = 8123
tls_secret_name = var.tls_secret_name
proxy_timeout = 360
depends_on = [kubernetes_namespace.reverse-proxy]
}