Skip to content

Commit 0fcdc05

Browse files
committed
Merge remote-tracking branch 'upstream/main' into rhoai-3.5
2 parents 10db552 + 8a9a617 commit 0fcdc05

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

examples/deploy-demo/common.sh

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -792,10 +792,11 @@ do_deploy_batch_gateway_dsc() {
792792
IFS=',' read -ra _headers <<< "${pass_through_headers}"
793793
for h in "${_headers[@]}"; do
794794
header_items="${header_items}
795-
- ${h}"
795+
- ${h}"
796796
done
797-
apiserver_batch_api_yaml=" batchAPI:
798-
passThroughHeaders:${header_items}"
797+
apiserver_batch_api_yaml=" config:
798+
batchAPI:
799+
passThroughHeaders:${header_items}"
799800
fi
800801

801802
step "Creating LLMBatchGateway CR..."
@@ -816,6 +817,13 @@ ${file_storage_yaml}
816817
${apiserver_batch_api_yaml}
817818
processor:
818819
replicas: 1
820+
resources:
821+
requests:
822+
cpu: 100m
823+
memory: 256Mi
824+
limits:
825+
cpu: "1"
826+
memory: 1Gi
819827
globalInferenceGateway:
820828
url: ${model_url}
821829
requestTimeout: ${GW_REQUEST_TIMEOUT}

0 commit comments

Comments
 (0)