You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| dns.persistence.storage | string |`"1Gi"`|size of dns persistent volume claim|
37
+
| dns.persistence.storageClassName | string |`""`|storage class of dns persistent volume claim|
38
38
| externalDatabase.database | string |`"netmaker"`| postgress db |
39
39
| externalDatabase.existingSecret | string |`""`| use existing secret for netmaker db credentials, must have the following keys: SQL_PASS, SQL_HOST, SQL_PORT, SQL_USER, SQL_DB |
| mq.existingSecret | string |`""`| name of an existing secret to use for mq password. If set, ignores mq.password, mq.username secret keys must be: MQ_PASSWORD, MQ_USERNAME |
50
-
| mq.generateCert | bool |`false`||
50
+
| mq.generateCert | bool |`false`|generate a self signed certmanager cert|
51
51
| mq.ingress.annotations | object |`{}`| annotations for the mqtt ingress object |
52
52
| mq.ingress.className | string |`"nginx"`||
53
53
| mq.ingress.enabled | bool |`true`| attempts to configure ingress if true |
54
54
| mq.ingress.host | string |`"broker.cluster.local"`| hostname for mqtt ingress |
55
55
| mq.ingress.tls | list |`[]`| ingress tls list |
56
-
| mq.password | string |`""`||
56
+
| mq.password | string |`""`|mqtt password, ignored if mq.existingSecret is set|
57
57
| mq.replicas | int |`1`| how many MQTT replicas to create |
58
58
| mq.service.port | int |`443`| port for MQTT service |
59
59
| mq.service.targetPort | int |`8883`| Target port for MQTT service |
@@ -93,17 +93,17 @@ A Helm chart to run HA Netmaker on Kubernetes
93
93
| serviceAccount.create | bool |`true`| Specifies whether a service account should be created |
94
94
| serviceAccount.name | string |`""`| Name of SA to use. If not set and create is true, a name is generated using the fullname template |
| turn.apiHost | string |`""`|turn server api hostname|
102
102
| turn.enabled | bool |`false`| use an external turn server |
103
103
| turn.existingSecret | string |`""`| existing secret with turn server info. Must have the following keys: TURN_SERVER_HOST, TURN_SERVER_API_HOST, TURN_PORT, TURN_USERNAME, TURN_PASSWORD |
104
-
| turn.host | string |`""`||
105
-
| turn.password | string |`""`||
106
-
| turn.username | string |`""`||
104
+
| turn.host | string |`""`|turn server hostname|
105
+
| turn.password | string |`""`|turn server password, ignored if turn.existingSecret is set|
106
+
| turn.username | string |`""`|turn server username, ignored if turn.existingSecret is set|
107
107
| ui.ingress.annotations | object |`{}`| annotations for the netmaker UI ingress object |
0 commit comments