replace esxi ingress with proxmox [ci skip]
This commit is contained in:
parent
1e45c50547
commit
9ce0a47a41
1 changed files with 5 additions and 5 deletions
|
|
@ -131,12 +131,12 @@ module "r730" {
|
||||||
depends_on = [kubernetes_namespace.reverse-proxy]
|
depends_on = [kubernetes_namespace.reverse-proxy]
|
||||||
}
|
}
|
||||||
|
|
||||||
# https://esxi.viktorbarzin.me/
|
# https://proxmox.viktorbarzin.me/
|
||||||
module "esxi" {
|
module "proxmox" {
|
||||||
source = "./factory"
|
source = "./factory"
|
||||||
name = "esxi"
|
name = "proxmox"
|
||||||
external_name = "esxi.viktorbarzin.lan"
|
external_name = "proxmox.viktorbarzin.lan"
|
||||||
port = 443
|
port = 8006
|
||||||
tls_secret_name = var.tls_secret_name
|
tls_secret_name = var.tls_secret_name
|
||||||
backend_protocol = "HTTPS"
|
backend_protocol = "HTTPS"
|
||||||
max_body_size = "0" # unlimited
|
max_body_size = "0" # unlimited
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue