Skip to content

Commit

Permalink
Add modelmesh config into trusty base
Browse files Browse the repository at this point in the history
  • Loading branch information
RobGeada committed Mar 7, 2023
1 parent 4e7125c commit c3e798b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trustyai-service/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ commonLabels:
app.kubernetes.io/part-of: trustyai
resources:
- ../default
- trustyai-configmap.yaml
- trustyai-configmap.yaml
- model-serving-config.yaml
7 changes: 7 additions & 0 deletions trustyai-service/base/model-serving-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: model-serving-config
data:
config.yaml: |
payloadProcessor: "http://trustyai-service/consumer/kserve/v2"

0 comments on commit c3e798b

Please sign in to comment.