update valchedrym reversep proxy to use port 80 instead of the hack [ci skip]
This commit is contained in:
parent
a9a9293f76
commit
c7deaa06dc
2 changed files with 1 additions and 1 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue