Skip to content

Commit

Permalink
[RHOAIENG-12577] - enable modelCar by default (#407)
Browse files Browse the repository at this point in the history
Signed-off-by: Spolti <[email protected]>
  • Loading branch information
spolti authored and VedantMahabaleshwarkar committed Sep 13, 2024
1 parent 6d332d7 commit 518b8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/overlays/odh/inferenceservice-config-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ data:
"cpuLimit": "1",
"caBundleConfigMapName": "",
"caBundleVolumeMountPath": "/etc/ssl/custom-certs",
"enableDirectPvcVolumeMount": true,
"enableModelcar": false,
"cpuModelcar": "10m",
"memoryModelcar": "15Mi"
"enableDirectPvcVolumeMount": true,
"enableModelcar": true
}
ingress: |-
{
Expand Down

0 comments on commit 518b8f1

Please sign in to comment.