Skip to content

Commit 2056f3b

Browse files
committed
chore(workflow): helmbroker replicas
1 parent 0ca4b7f commit 2056f3b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

_scripts/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,8 @@ function install_helmbroker {
508508
--set certManagerEnabled=${CERT_MANAGER_ENABLED:-true} \
509509
--set username=${HELMBROKER_USERNAME} \
510510
--set password=${HELMBROKER_PASSWORD} \
511+
--set replicas=${HELMBROKER_REPLICAS} \
512+
--set celeryReplicas=${HELMBROKER_CELERY_REPLICAS} \
511513
--set environment.HELMBROKER_CELERY_BROKER="amqp://${RABBITMQ_USERNAME}:${RABBITMQ_PASSWORD}@drycc-rabbitmq.drycc.svc.cluster.local:5672/drycc" \
512514
--namespace drycc --create-namespace --wait -f - <<EOF
513515
repositories:

src/quickstart/install-workflow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ DATABASE_PERSISTENCE_SIZE | The size of the persistence space a
229229
DATABASE_PERSISTENCE_STORAGE_CLASS | StorangeClass of `database`; default storangeclass is used by default
230230
PASSPORT_REPLICAS | Number of passport replicas to deploy
231231
REGISTRY_REPLICAS | Number of registry replicas to deploy
232+
HELMBROKER_REPLICAS | Number of helmbroker api replicas to deploy
233+
HELMBROKER_CELERY_REPLICAS | Number of helmbroker celery replicas to deploy
232234
HELMBROKER_PERSISTENCE_SIZE | The size of the persistence space allocated to `helmbroker`, which is `5Gi` by default
233235
HELMBROKER_PERSISTENCE_STORAGE_CLASS | StorangeClass of `helmbroker`; default storangeclass is used by default
234236
K3S_DATA_DIR | The config of k3s data dir; If not set, the default path is used

0 commit comments

Comments
 (0)