replace esxi ingress with proxmox [ci skip]

This commit is contained in:
Viktor Barzin 2025-10-08 20:33:11 +00:00
parent d38ae7ec81
commit 10a8c5096e
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 5 additions and 5 deletions

View file

@ -131,12 +131,12 @@ module "r730" {
depends_on = [kubernetes_namespace.reverse-proxy]
}
# https://esxi.viktorbarzin.me/
module "esxi" {
# https://proxmox.viktorbarzin.me/
module "proxmox" {
source = "./factory"
name = "esxi"
external_name = "esxi.viktorbarzin.lan"
port = 443
name = "proxmox"
external_name = "proxmox.viktorbarzin.lan"
port = 8006
tls_secret_name = var.tls_secret_name
backend_protocol = "HTTPS"
max_body_size = "0" # unlimited

Binary file not shown.