kube transfer to single-node host
This commit is contained in:
@@ -42,6 +42,10 @@ stream {
|
||||
{{ item.external.domain }}{{ expose_tld }} unix:/var/lib/nginx/tmp/nginx_https.sock;
|
||||
{% endfor %}
|
||||
|
||||
{% for item in forward %}
|
||||
{{ item.domain }}{{ expose_tld }} {{ item.ip }};
|
||||
{% endfor %}
|
||||
|
||||
# By default forward to our internal nginx server (probably kubernetes)
|
||||
default {{ defaults.forward_ip }};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user