mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
collab: Add missing ZED_LLM_LOAD_BALANCER_SIZE_UNIT
variable (#15868)
We missed this in #15863. Release Notes: - N/A
This commit is contained in:
parent
104d7adc49
commit
a82f318d72
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy_collab.yml
vendored
2
.github/workflows/deploy_collab.yml
vendored
|
@ -106,10 +106,12 @@ jobs:
|
||||||
export ZED_KUBE_NAMESPACE=production
|
export ZED_KUBE_NAMESPACE=production
|
||||||
export ZED_COLLAB_LOAD_BALANCER_SIZE_UNIT=10
|
export ZED_COLLAB_LOAD_BALANCER_SIZE_UNIT=10
|
||||||
export ZED_API_LOAD_BALANCER_SIZE_UNIT=2
|
export ZED_API_LOAD_BALANCER_SIZE_UNIT=2
|
||||||
|
export ZED_LLM_LOAD_BALANCER_SIZE_UNIT=2
|
||||||
elif [[ $GITHUB_REF_NAME = "collab-staging" ]]; then
|
elif [[ $GITHUB_REF_NAME = "collab-staging" ]]; then
|
||||||
export ZED_KUBE_NAMESPACE=staging
|
export ZED_KUBE_NAMESPACE=staging
|
||||||
export ZED_COLLAB_LOAD_BALANCER_SIZE_UNIT=1
|
export ZED_COLLAB_LOAD_BALANCER_SIZE_UNIT=1
|
||||||
export ZED_API_LOAD_BALANCER_SIZE_UNIT=1
|
export ZED_API_LOAD_BALANCER_SIZE_UNIT=1
|
||||||
|
export ZED_LLM_LOAD_BALANCER_SIZE_UNIT=1
|
||||||
else
|
else
|
||||||
echo "cowardly refusing to deploy from an unknown branch"
|
echo "cowardly refusing to deploy from an unknown branch"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue