update valchedrym reversep proxy to use port 80 instead of the hack [ci skip]

This commit is contained in:
Viktor Barzin 2023-12-20 22:41:43 +00:00
parent ca712d854d
commit 1156575f29

View file

@ -115,8 +115,8 @@ module "valchedrym" {
source = "./factory"
name = "valchedrym"
external_name = "valchedrym.viktorbarzin.lan"
port = 20123
tls_secret_name = var.tls_secret_name
port = 80
backend_protocol = "HTTP"
depends_on = [kubernetes_namespace.reverse-proxy]
}