Unverified Commit c26e6fb8 authored by atchernych's avatar atchernych Committed by GitHub
Browse files

feat: Update GAIE recipe (#4761)


Signed-off-by: default avatarAnna Tchernych <atchernych@nvidia.com>
parent 6da23fcf
......@@ -83,7 +83,7 @@ echo " Docker: ${GAIE_DIR}/Dockerfile.epp"
echo "Applying Dynamo patch..."
cd "${GAIE_DIR}"
PATCH_FILE="${DYNAMO_DIR}/deploy/inference-gateway/epp-patches/v0.5.1-2/epp-v0.5.1-dyn2.patch"
PATCH_FILE="${DYNAMO_DIR}/deploy/inference-gateway/epp-patches/v0.8.0/gaie.patch"
if [[ -f "${PATCH_FILE}" ]]; then
if git apply --check "${PATCH_FILE}" 2>/dev/null; then
git apply "${PATCH_FILE}"
......
This diff is collapsed.
......@@ -24,6 +24,7 @@ spec:
- group: gateway.networking.k8s.io
kind: Gateway
name: inference-gateway
namespace: kgateway-system
rules:
- backendRefs:
- group: inference.networking.x-k8s.io
......
......@@ -21,7 +21,7 @@ metadata:
spec:
targetPortNumber: 8000
selector:
nvidia.com/dynamo-component: Frontend
nvidia.com/dynamo-component-type: frontend
extensionRef:
failureMode: FailOpen
group: ""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment