@@ -17,23 +17,16 @@ TensorFlow Serving is a flexible, high-performance serving system for machine le
17
17
| deploy.env | object | ` {"configMapName":"intel-proxy-config","enabled":true} ` | Add Environment mapping |
18
18
| deploy.image | string | ` "intel/intel-extension-for-tensorflow:serving-gpu" ` | Intel Extension for Tensorflow Serving image |
19
19
| deploy.modelName | string | ` "" ` | Model Name |
20
- | deploy.modelPath | string | ` "/serving" ` | Path to Model Folder |
21
20
| deploy.replicas | int | ` 1 ` | Number of pods |
22
21
| deploy.resources.limits | object | ` {"cpu":"4000m","gpu.intel.com/i915":1,"memory":"1Gi"} ` | Maximum resources per pod |
23
22
| deploy.resources.limits."gpu.intel.com/i915" | int | ` 1 ` | Intel GPU Device Configuration |
24
23
| deploy.resources.requests | object | ` {"cpu":"1000m","memory":"512Mi"} ` | Minimum resources per pod |
25
- | deploy.storage.nfs | object | ` {"enabled":false,"path":"nil","readOnly":true,"server":"nil","subPath":"nil" } ` | Network File System (NFS) storage for models |
24
+ | deploy.storage.nfs | object | ` {"enabled":false,"path":"nil","readOnly":true,"server":"nil"} ` | Network File System (NFS) storage for models |
26
25
| fullnameOverride | string | ` "" ` | Full qualified Domain Name |
27
- | ingress.annotations | object | ` {} ` | |
28
- | ingress.className | string | ` "" ` | |
29
- | ingress.enabled | bool | ` false ` | |
30
- | ingress.hosts[ 0] .host | string | ` "chart-example.local" ` | |
31
- | ingress.hosts[ 0] .paths[ 0] .path | string | ` "/" ` | |
32
- | ingress.hosts[ 0] .paths[ 0] .pathType | string | ` "ImplementationSpecific" ` | |
33
- | ingress.tls | list | ` [] ` | |
34
26
| nameOverride | string | ` "" ` | Name of the serving service |
35
- | pvc.size | string | ` "1Gi" ` | Size of the storage |
36
- | service.port | int | ` 9090 ` | Port of the service |
27
+ | pvc.size | string | ` "5Gi" ` | Size of the storage |
28
+ | service.grpcPort | int | ` 8500 ` | |
29
+ | service.restPort | int | ` 8501 ` | Port of the service |
37
30
| service.type | string | ` "NodePort" ` | Type of service |
38
31
39
32
----------------------------------------------
0 commit comments