File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
513515repositories:
Original file line number Diff line number Diff line change @@ -229,6 +229,8 @@ DATABASE_PERSISTENCE_SIZE | The size of the persistence space a
229229DATABASE_PERSISTENCE_STORAGE_CLASS | StorangeClass of ` database ` ; default storangeclass is used by default
230230PASSPORT_REPLICAS | Number of passport replicas to deploy
231231REGISTRY_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
232234HELMBROKER_PERSISTENCE_SIZE | The size of the persistence space allocated to ` helmbroker ` , which is ` 5Gi ` by default
233235HELMBROKER_PERSISTENCE_STORAGE_CLASS | StorangeClass of ` helmbroker ` ; default storangeclass is used by default
234236K3S_DATA_DIR | The config of k3s data dir; If not set, the default path is used
You can’t perform that action at this time.
0 commit comments