File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -551,15 +551,21 @@ fluentbit:
551551 imageRegistry: ${DRYCC_REGISTRY}
552552
553553controller:
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
564570valkey:
565571 imageRegistry: ${DRYCC_REGISTRY}
You can’t perform that action at this time.
0 commit comments