@@ -43,27 +43,28 @@ The following table lists the configurable parameters of the nsq chart and their
4343
4444### nsqadmin
4545
46- | Value | Description | Default |
47- | ------------------------------| --------------------------------------------------------------------------------------| --------------------------|
48- | nsqadmin.enabled | Enable the nsqadmin | ` true ` |
49- | nsqadmin.fullnameOverride | String to partially override nsq.nsqadmin.fullname | ` .Release.Name-nsqadmin ` |
50- | nsqadmin.replicaCount | Number of nsqadmin replicas | ` 1 ` |
51- | nsqadmin.priorityClassName | The name of the kube priority class used. Defaults to global default. | ` nil ` |
52- | nsqadmin.extraArgs | Extra arguments to provide to the ` nsqadmin ` command | ` [] ` |
53- | nsqadmin.service.type | The nsqadmin service type | ` ClusterIP ` |
54- | nsqadmin.service.port | The nsqadmin service port | ` 4171 ` |
55- | nsqadmin.service.nodePort | The nsqadmin service node port | ` nil ` |
56- | nsqadmin.ingress.enabled | Enable the nsqadmin ingress | ` false ` |
57- | nsqadmin.ingress.host | Host of the nsqadmin ingress | ` nil ` |
58- | nsqadmin.ingress.annotations | The annotations to attach to the ingress | ` {} ` |
59- | nsqadmin.ingress.tls | TLS configurations for the hostname | ` [] ` |
60- | nsqadmin.podAnnotations | The annotations to attach to the nsqadmin pods | ` {} ` |
61- | nsqadmin.podSecurityContext | The security context to attach to the nsqadmin pods | ` {} ` |
62- | nsqadmin.resources | The resources to allocate to the nsqadmin pods | ` {} ` |
63- | nsqadmin.serviceAccountName | The name of the service account used. Defaults to namespace default service account. | ` nil ` |
64- | nsqadmin.nodeSelector | The tags that will be used to select the node on which the pods should be scheduled | ` {} ` |
65- | nsqadmin.tolerations | Tolerations for pod assignment | ` [] ` |
66- | nsqadmin.affinity | Affinity for pod assignment | ` [] ` |
46+ | Value | Description | Default |
47+ | -----------------------------------| --------------------------------------------------------------------------------------| --------------------------|
48+ | nsqadmin.enabled | Enable the nsqadmin | ` true ` |
49+ | nsqadmin.fullnameOverride | String to partially override nsq.nsqadmin.fullname | ` .Release.Name-nsqadmin ` |
50+ | nsqadmin.replicaCount | Number of nsqadmin replicas | ` 1 ` |
51+ | nsqadmin.priorityClassName | The name of the kube priority class used. Defaults to global default. | ` nil ` |
52+ | nsqadmin.extraArgs | Extra arguments to provide to the ` nsqadmin ` command | ` [] ` |
53+ | nsqadmin.service.type | The nsqadmin service type | ` ClusterIP ` |
54+ | nsqadmin.service.port | The nsqadmin service port | ` 4171 ` |
55+ | nsqadmin.service.nodePort | The nsqadmin service node port | ` nil ` |
56+ | nsqadmin.ingress.enabled | Enable the nsqadmin ingress | ` false ` |
57+ | nsqadmin.ingress.host | Host of the nsqadmin ingress | ` nil ` |
58+ | nsqadmin.ingress.ingressClassName | Set the ingerssClassName on the ingress record for k8s 1.18+ | `` |
59+ | nsqadmin.ingress.annotations | The annotations to attach to the ingress | ` {} ` |
60+ | nsqadmin.ingress.tls | TLS configurations for the hostname | ` [] ` |
61+ | nsqadmin.podAnnotations | The annotations to attach to the nsqadmin pods | ` {} ` |
62+ | nsqadmin.podSecurityContext | The security context to attach to the nsqadmin pods | ` {} ` |
63+ | nsqadmin.resources | The resources to allocate to the nsqadmin pods | ` {} ` |
64+ | nsqadmin.serviceAccountName | The name of the service account used. Defaults to namespace default service account. | ` nil ` |
65+ | nsqadmin.nodeSelector | The tags that will be used to select the node on which the pods should be scheduled | ` {} ` |
66+ | nsqadmin.tolerations | Tolerations for pod assignment | ` [] ` |
67+ | nsqadmin.affinity | Affinity for pod assignment | ` [] ` |
6768
6869### nsqd
6970
0 commit comments