Skip to content

Commit

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

0 comments on commit 0c6b59f

Please sign in to comment.