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

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

Binary file not shown.