Skip to content

Commit

Permalink
Cleanup of caikit OOTB
Browse files Browse the repository at this point in the history
  • Loading branch information
lucferbux committed Nov 15, 2023
1 parent 80dde8a commit d6c9fb0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions manifests/modelserving/caikit-ootb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: []

0 comments on commit d6c9fb0

Please sign in to comment.