feat: kubernetes ingress/alt http port support

This commit is contained in:
Kathrin Maurer
2025-02-28 16:15:51 +01:00
parent 73106f6d57
commit 9634f35a1e
3 changed files with 9 additions and 3 deletions

1
vm.py
View File

@@ -168,6 +168,7 @@ class VM:
include_subdomains=subdomain.get("include-subdomains"),
cert_optional=cert_optional,
cert_non_optional=cert_non_optional,
http_target_port=subdomain.get("http_target_port"),
cert_header_line=header_line)
components.append(component)