Skip to content

Commit b113a07

Browse files
committed
feat(nsqd): add stateless nsqd cluster support
1 parent b339234 commit b113a07

1 file changed

Lines changed: 5 additions & 22 deletions

File tree

charts/workflow/values.yaml

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,11 @@ database:
182182
host: "database host"
183183
port: "database port"
184184

185+
nsqd:
186+
replicas: 1
187+
tcp_port: 4150
188+
http_port: 4151
189+
185190
redis:
186191
# Configure the following ONLY if using an off-cluster Redis instance for logger
187192
db: "0"
@@ -249,25 +254,3 @@ registry:
249254
organization: ""
250255
username: ""
251256
password: ""
252-
253-
router:
254-
dhparam: ""
255-
# Any custom router annotations(https://github.com/drycc/router#annotations)
256-
# which need to be applied can be specified as key-value pairs under "deployment_annotations"
257-
deployment_annotations:
258-
#<example-key>: <example-value>
259-
260-
# Any custom annotations for k8s services like http://kubernetes.io/docs/user-guide/services/#ssl-support-on-aws
261-
# which need to be applied can be specified as key-value pairs under "service_annotations"
262-
service_annotations:
263-
#<example-key>: <example-value>
264-
265-
service:
266-
# Service type default to LoadBalancer
267-
type: LoadBalancer
268-
# If service.type is not set to NodePort, the following statement will be ignored.
269-
nodePort:
270-
builder: ""
271-
http: ""
272-
https: ""
273-
healthz: ""

0 commit comments

Comments
 (0)