Files
ocdp-workload-manifests/apps/vllm-server/components/pvc-cache/deployment-cache-patch.yaml
2026-05-28 07:21:41 +00:00

18 lines
374 B
YAML

- op: add
path: /spec/template/spec/containers/0/env/-
value:
name: HF_HOME
value: /cache/huggingface
- op: add
path: /spec/template/spec/containers/0/volumeMounts
value:
- name: model-cache
mountPath: /cache
- op: add
path: /spec/template/spec/volumes
value:
- name: model-cache
persistentVolumeClaim:
claimName: vllm-cache