fix(ingress): wire up backend_protocol, remove dead ssl_redirect variable
Post nginx→Traefik migration cleanup: - backend_protocol now sets serversscheme + serverstransport annotations for HTTPS backends (k8s-dashboard, pfsense, nas, idrac, proxmox, etc.) - Remove ssl_redirect variable (nginx-only, silently ignored by Traefik) and all 9 caller references [ci skip] Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
8c4942779f
commit
e097b7eb29
9 changed files with 3 additions and 14 deletions
|
|
@ -124,6 +124,5 @@ module "idrac-redfish-exporter-ingress" {
|
|||
root_domain = "viktorbarzin.lan"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
allow_local_access_only = true
|
||||
ssl_redirect = false
|
||||
port = 9090
|
||||
}
|
||||
|
|
|
|||
|
|
@ -125,6 +125,5 @@ module "snmp-exporter-ingress" {
|
|||
root_domain = "viktorbarzin.lan"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
allow_local_access_only = true
|
||||
ssl_redirect = false
|
||||
port = 9116
|
||||
}
|
||||
|
|
|
|||
|
|
@ -182,7 +182,6 @@ module "ingress" {
|
|||
root_domain = "viktorbarzin.lan"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
allow_local_access_only = true
|
||||
ssl_redirect = false
|
||||
}
|
||||
|
||||
# resource "kubernetes_ingress_v1" "nvidia-exporter" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue