We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab45d1a + 43d32d3 commit a3b74c3Copy full SHA for a3b74c3
1 file changed
charts/workflow/values.yaml
@@ -175,6 +175,10 @@ controller:
175
registration_mode: "admin_only"
176
# Set storageClassName, It is used for application mount.
177
app_storage_class: ""
178
+ # Set controller deployment replicas
179
+ replicas: 1
180
+ # Set celery replicas
181
+ celery_replicas: 1
182
183
database:
184
# The username and password to be used by the on-cluster database.
0 commit comments