File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -359,7 +359,9 @@ fluentd:
359359 CONTAINER_TAIL_PARSER_TYPE: "/^(?<time>.+) (?<stream>stdout|stderr)( (?<tags>.))? (?<log>.*)$/"
360360
361361controller:
362- replicas: ${CONTROLLER_REPLICAS}
362+ apiReplicas: ${CONTROLLER_API_REPLICAS}
363+ celeryReplicas: ${CONTROLLER_CELERY_REPLICAS}
364+ webhookReplicas: ${CONTROLLER_WEBHOOK_REPLICAS}
363365 imageRegistry: ${DRYCC_REGISTRY}
364366 appStorageClass: ${CONTROLLER_APP_STORAGE_CLASS:- " drycc-storage" }
365367
Original file line number Diff line number Diff line change @@ -197,7 +197,9 @@ KUBE_API_SERVER_PORT | Set with the PORT of the loadbalanc
197197METALLB_CONFIG_FILE | The metallb config file path, layer 2 network is used by default
198198INSTALL_DRYCC_MIRROR | Specify the accelerated mirror location. Currently, only ` cn ` is supported
199199BUILDER_REPLICAS | Number of builder replicas to deploy
200- CONTROLLER_REPLICAS | Number of controller replicas to deploy
200+ CONTROLLER_API_REPLICAS | Number of controller api replicas to deploy
201+ CONTROLLER_CELERY_REPLICAS | Number of controller celery replicas to deploy
202+ CONTROLLER_WEBHOOK_REPLICAS | Number of controller webhook replicas to deploy
201203CONTROLLER_APP_STORAGE_CLASS | StorageClass allocated by ` drycc volumes ` ; default storageClass is used by default
202204REDIS_REPLICAS | Number of redis replicas to deploy
203205REDIS_PERSISTENCE_SIZE | The size of the persistence space allocated to ` redis ` , which is ` 5Gi ` by default
You can’t perform that action at this time.
0 commit comments