Change machine learning cache back to emptydir

This commit is contained in:
Ruben Hensen
2024-12-15 21:56:24 +01:00
parent c19114a055
commit b000df8231
+1 -1
View File
@@ -128,7 +128,7 @@ spec:
enabled: true enabled: true
size: 10Gi size: 10Gi
# Optional: Set this to pvc to avoid downloading the ML models every start. # Optional: Set this to pvc to avoid downloading the ML models every start.
type: pvc type: emptyDir
accessMode: ReadWriteMany accessMode: ReadWriteMany
# storageClass: your-class # storageClass: your-class