some leftover stuff [ci skip]

This commit is contained in:
Viktor Barzin 2024-12-15 18:13:17 +00:00
parent c987301c48
commit 1adf7a7c05
4 changed files with 112 additions and 54 deletions

View file

@ -241,3 +241,15 @@ module "pi-lights" {
protected = true
depends_on = [kubernetes_namespace.reverse-proxy]
}
# module "ups" { # .NET app doesn't work well behind host
# source = "./factory"
# name = "ups"
# external_name = "ups.viktorbarzin.lan"
# backend_protocol = "HTTPS"
# port = 443
# tls_secret_name = var.tls_secret_name
# # protected = true
# protected = false
# depends_on = [kubernetes_namespace.reverse-proxy]
# }