Merge pull request #14 from gravitl/develop

Develop
This commit is contained in:
Alex Feiszli
2022-07-20 08:42:20 -04:00
committed by GitHub
3 changed files with 11 additions and 1 deletions

5
.helmignore Normal file
View File

@@ -0,0 +1,5 @@
# comment
# Match any file or path named .git
.git

View File

@@ -13,6 +13,11 @@ To run HA Netmaker on Kubernetes, your cluster must have the following:
- Nginx Ingress + LetsEncrypt/Cert-Manager
- Traefik Ingress + LetsEncrypt/Cert-Manager
- to generate automatically, make sure one of the two is configured for your cluster
- Access to modify the Load Balancer for external traffic:
- By default, MQ is deployed with a NodePort, and DNS must point to this NodePort
- If deploying with default settings, you must modify the cluster load balancer so that it will load balancer 31883 --> 31883
- Alternatively, you can specify "singlenode=true" in your helm options. In this case, a node must be labelled with mqhost=true.
- If this option is selected, you do not have to modify your loadbalancer, but you MUST modify DNS settings to point broker.domain to the public IP of the node running MQ. Also note that this will not be an HA MQ deployment.
Furthermore, the chart will by default install and use a postgresql cluster as its datastore:

View File

@@ -41,7 +41,7 @@ ui:
mq:
# -- how many MQTT replicas to create
replicas: 2
singlenode: true
singlenode: false
storageSize: 128Mi