Skip to content

Commit 347f4c4

Browse files
authored
chore(install): change controller component replicas
1 parent 4027e15 commit 347f4c4

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

install.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,15 +551,21 @@ fluentbit:
551551
imageRegistry: ${DRYCC_REGISTRY}
552552
553553
controller:
554-
apiReplicas: ${CONTROLLER_API_REPLICAS:-1}
555-
celeryReplicas: ${CONTROLLER_CELERY_REPLICAS:-1}
556554
webhookReplicas: ${CONTROLLER_WEBHOOK_REPLICAS:-1}
557555
imageRegistry: ${DRYCC_REGISTRY}
558556
appRuntimeClass: ${CONTROLLER_APP_RUNTIME_CLASS:-""}
559557
appGatewayClass: ${CONTROLLER_APP_GATEWAY_CLASS:-$GATEWAY_CLASS}
560558
appStorageClass: ${CONTROLLER_APP_STORAGE_CLASS:-"longhorn"}
561559
filerImage: ${FILER_IMAGE}
562560
filerImagePullPolicy: ${FILER_IMAGE_PULL_POLICY}
561+
api:
562+
replicas: ${CONTROLLER_API_REPLICAS:-1}
563+
celery:
564+
replicas: ${CONTROLLER_CELERY_REPLICAS:-1}
565+
metric:
566+
replicas: ${CONTROLLER_METRIC_REPLICAS:-1}
567+
mutate:
568+
replicas: ${CONTROLLER_MUTATE_REPLICAS:-1}
563569
564570
valkey:
565571
imageRegistry: ${DRYCC_REGISTRY}

0 commit comments

Comments
 (0)