Skip to content

Commit 7e1975a

Browse files
committed
feat(workflow): add replica database support
1 parent 4f82711 commit 7e1975a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

charts/workflow/values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,9 @@ controller:
156156
replicas: 1
157157
# Set celery replicas
158158
celeryReplicas: 1
159-
# Configuring this will no longer use the built-in database component
159+
## databaseUrl and databaseReplicaUrl are will no longer use the built-in database component
160160
databaseUrl: ""
161+
databaseReplicaUrl: ""
161162
# Configuring this will no longer use the built-in rabbitmq component
162163
rabbitmqUrl: ""
163164

@@ -288,8 +289,9 @@ passport:
288289
# The following parameters are configured only when using an on-cluster passport
289290
# Set passport deployment replicas
290291
replicas: 1
291-
# Configuring this will no longer use the built-in database component
292+
## databaseUrl and databaseReplicaUrl are will no longer use the built-in database component
292293
databaseUrl: ""
294+
databaseReplicaUrl: ""
293295

294296
# acme configuration takes effect if and only if certManagerEnabled is true
295297
acme:

0 commit comments

Comments
 (0)