You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| components.kserve.dependencies | object |`{"certManager":true,"customMetricsAutoscaler":false,"jobSet":null,"leaderWorkerSet":true,"rhcl":true}`| Dependencies required by KServe (set to false to disable) |
23
23
| components.kserve.dependencies.jobSet | string |`nil`| JobSet dependency. Null uses profile default (true for default, false for rhaii). |
24
24
| components.kserve.dsc | object |`{"managementState":null,"modelsAsService":{"managementState":null},"nim":{"managementState":null},"rawDeploymentServiceConfig":"Headless","wva":{"managementState":null}}`| DSC configuration for KServe |
@@ -30,13 +30,13 @@ A Helm chart for installing ODH/RHOAI dependencies and component configurations
30
30
| components.kserve.dsc.rawDeploymentServiceConfig | string |`"Headless"`| Raw deployment service config for KServe (Headless or Headed) |
31
31
| components.kserve.dsc.wva | object |`{"managementState":null}`| Note: When run on Openshift, and set to Managed ensure Custom Metrics Autoscaler (CMA) or Prometheus Adapter is installed |
32
32
| components.kserve.dsc.wva.managementState | string |`nil`| Management state for workload-variant-autoscaler. Null uses profile default. |
| components.kserve.gateway.create | string |`"auto"`| Flag to create the Gateway (auto, true, false). If auto, it will be created if KServe is Managed. |
| components.kserve.modelsAsService.gateway | object |`{"annotations":{"opendatahub.io/managed":"false","security.opendatahub.io/authorino-tls-bootstrap":"true"},"create":false,"name":"maas-default-gateway","namespace":"openshift-ingress","spec":{"gatewayClassName":"maas-gateway-class","listeners":[{"allowedRoutes":{"namespaces":{"from":"All"}},"name":"https","port":443,"protocol":"HTTPS"}]}}`| Gateway configuration for the LLMInferenceService. |
39
+
| components.kserve.modelsAsService.gateway | object |`{"annotations":{"opendatahub.io/managed":"false","security.opendatahub.io/authorino-tls-bootstrap":"true"},"create":false,"name":"maas-default-gateway","namespace":"openshift-ingress","spec":{"gatewayClassName":"maas-gateway-class","listeners":[{"allowedRoutes":{"namespaces":{"from":"Same"}},"name":"https","port":443,"protocol":"HTTPS"}]}}`| Gateway configuration for the LLMInferenceService. |
40
40
| components.kserve.modelsAsService.gateway.create | bool |`false`| Flag to create the Gateway (auto, true, false). If auto, it will be created if Models as Service is Managed. |
41
41
| components.kserve.modelsAsService.gatewayClass | object |`{"create":false,"name":"maas-gateway-class","spec":{"controllerName":"openshift.io/gateway-controller/v1"}}`| Gateway Class configuration for the LLMInferenceService. |
42
42
| components.kserve.modelsAsService.gatewayClass.create | bool |`false`| Flag to create the Gateway Class (auto, true, false). If auto, it will be created if Models as Service is Managed. |
0 commit comments