mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-06 05:41:35 +01:00
feat: kubernetes ingress/alt http port support
This commit is contained in:
@@ -74,7 +74,11 @@ server{
|
||||
{% else %}
|
||||
location / {
|
||||
{{ proxy_pass_blob }}
|
||||
{% if http_target_port %}
|
||||
proxy_pass http://{{ targetip }}:{{ http_target_port }};
|
||||
{% else %}
|
||||
proxy_pass http://{{ targetip }}:80;
|
||||
{% endif %}
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user