From d6c9fb05458a8f1f1386d99b806ee4c98c986517 Mon Sep 17 00:00:00 2001 From: Lucas Fernandez Date: Wed, 15 Nov 2023 13:38:54 +0100 Subject: [PATCH] Cleanup of caikit OOTB --- manifests/modelserving/caikit-ootb.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifests/modelserving/caikit-ootb.yaml b/manifests/modelserving/caikit-ootb.yaml index cf87b0be57..6499913a87 100644 --- a/manifests/modelserving/caikit-ootb.yaml +++ b/manifests/modelserving/caikit-ootb.yaml @@ -18,8 +18,8 @@ objects: kind: ServingRuntime metadata: name: caikit-tgis-runtime - annotations: - openshift.io/display-name: Caikit TGIS ServingRuntime for KServe + annotations: + openshift.io/display-name: Caikit TGIS ServingRuntime for KServe labels: opendatahub.io/dashboard: 'true' spec: @@ -42,8 +42,9 @@ objects: env: - name: RUNTIME_LOCAL_MODELS_DIR value: /mnt/models + - name: RUNTIME_GRPC_SERVER_THREAD_POOL_SIZE + value: "64" ports: - containerPort: 8080 - name: h2c protocol: TCP parameters: []