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
Adding nsqadmin as a sidecar into the nsqd pod was the only reasonable way to make the admin console work properly in this setup. This is because we enforce certificate authentication via the TCP port but do not use encrypted communication for in-cluster traffic via the HTTP endpoints, which nsadmin does not really like.
12
12
13
13
## Variables
14
14
15
-
This role uses variables from [control-plane-defaults](/control-plane). So, make sure you define them adequately as well.
16
-
17
-
You can look up all the default values of this role [here](defaults/main.yaml).
| nsq_set_resource_limits || Deploys nsq with or without resource limits (possibly disable for development environments) |
24
-
| nsq_nsqd_resources || The kubernetes resources for the actual nsqd container |
25
-
| nsq_nsq_lookupd_resources || The kubernetes resources for the actual nsq lookupd container |
26
-
| nsq_log_level || The nsq log level |
27
-
| nsq_broadcast_address || The nsq broadcast address |
28
-
| nsq_nsqd_data_size || The size of the nsqd data volume (used when memory cache is full) |
29
-
| nsq_tls_enabled || Enables TLS for nsq |
30
-
| nsq_certs_client_key || The nsq certificate client key as a string |
31
-
| nsq_certs_client_cert || The nsq client certificate as a string |
32
-
| nsq_certs_ca_cert || The nsq ca certificate as a string |
33
-
| nsq_image_pull_policy || Image pull policy (defaults to IfNotPresent) |
15
+
This role uses variables from [control-plane-defaults](/control-plane/roles/defaults/defaults/main.yaml). So, make sure you define them adequately as well.
16
+
17
+
You can look up all the default values of this role in the [defaults folder](defaults/main.yaml).
0 commit comments