File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
185190redis :
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 : " "
You can’t perform that action at this time.
0 commit comments