Skip to content

Commit 8463a19

Browse files
author
tylertitsworth
committed
label pvc
Signed-off-by: tylertitsworth <tyler.titsworth@intel.com>
1 parent 00a4a7c commit 8463a19

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

workflows/charts/tgi/README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ For more information about how to use Huggingface text-generation-inference with
2121
| fullnameOverride | string | `""` | Full qualified Domain Name |
2222
| ingress | object | `{"annotations":{},"className":"","enabled":false,"hosts":[{"host":"chart-example.local","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}],"tls":[]}` | Ingress configuration |
2323
| nameOverride | string | `""` | Name of the serving service |
24-
| pvc.create | bool | `true` | |
25-
| pvc.name | string | `"model-server-cache"` | |
26-
| pvc.size | string | `"15Gi"` | |
27-
| pvc.storageClassName | string | `"nil"` | |
24+
| pvc | object | `{"create":true,"name":"model-server-cache","size":"15Gi","storageClassName":"nil"}` | Choose to either use an existing PVC or create a new one |
2825
| secret.encodedToken | string | `""` | Base64 Encoded Huggingface Hub API Token |
2926
| securityContext | object | `{}` | Security Context Configuration |
3027
| service | object | `{"port":80,"type":"NodePort"}` | Service configuration |

workflows/charts/tgi/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ ingress:
6262
# - secretName: chart-example-tls
6363
# hosts:
6464
# - chart-example.local
65+
# -- Choose to either use an existing PVC or create a new one
6566
pvc:
6667
name: model-server-cache
6768
create: true

0 commit comments

Comments
 (0)