Update to 0.17.1

This also sets up tls-termination for mosquitto
This commit is contained in:
2023-01-10 09:46:55 +01:00
parent 4ea9492ca3
commit 109a09052d
4 changed files with 8 additions and 7 deletions

View File

@@ -3,7 +3,9 @@ map $host $proxy_name {
{{ netmaker_ui.host }}.{{ netmaker_base_domain }} netmaker-ui:80;
{{ netmaker_api.host }}.{{ netmaker_base_domain }} netmaker:8081;
{{ netmaker_broker.tls_host }}.{{ netmaker_base_domain }} mosquitto:8883;
{{ netmaker_rqlite.http_host }}.{{ ansible_facts.nodename }} rqlite:4001;
default 444;