Skip to content

Commit 43d32d3

Browse files
author
lijianguo
committed
chore(values): add controller replicas
1 parent ab45d1a commit 43d32d3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

charts/workflow/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ controller:
175175
registration_mode: "admin_only"
176176
# Set storageClassName, It is used for application mount.
177177
app_storage_class: ""
178+
# Set controller deployment replicas
179+
replicas: 1
180+
# Set celery replicas
181+
celery_replicas: 1
178182

179183
database:
180184
# The username and password to be used by the on-cluster database.

0 commit comments

Comments
 (0)