Skip to content

Commit 4c28e5c

Browse files
author
lijianguo
committed
chore(chart): remove redis/nsqd port config and modify the off-cluster database
1 parent 6940241 commit 4c28e5c

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

charts/workflow/values.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -190,22 +190,14 @@ database:
190190
username: ""
191191
password: ""
192192
# Configure the following ONLY if using an off-cluster PostgreSQL database
193-
postgres:
194-
name: "database name"
195-
username: "database username"
196-
password: "database password"
197-
host: "database host"
198-
port: "database port"
193+
url: "postgres://USER:PASSWORD@HOST:PORT/NAME"
199194

200195
nsqd:
201196
replicas: 1
202-
tcp_port: 4150
203-
http_port: 4151
204197

205198
redis:
206199
# The following parameters are configured only when using an on-cluster Redis instance
207200
replicas: 1
208-
port: "6379"
209201
# The following parameters are configured only when using an off-cluster Redis instance
210202
addrs: "" # A list of clusters: "127.0.0.1:7001/1,127.0.0.2:7002/1"
211203
password: "redis password" # "" == no password

0 commit comments

Comments
 (0)