fix deepseek pvc

This commit is contained in:
Roger Oriol
2026-08-01 10:46:09 +02:00
parent 27307ff683
commit 33b1b2dc8f

View File

@@ -47,6 +47,12 @@ metadata:
app: llamacpp app: llamacpp
spec: spec:
storageClassName: manual storageClassName: manual
volumeName: llamacpp-models # pin to the static hostPath PV by name — forces
# static binding and disables dynamic provisioning.
# The "manual" StorageClass is never created as an
# object; without volumeName a stuck PVC falls
# through to the (nonexistent) provisioner and errors
# with: storageclass.storage.k8s.io "manual" not found
accessModes: accessModes:
- ReadWriteMany - ReadWriteMany
resources: resources: