ai/model-serving-tensorflow pvc.yaml

This commit is contained in:
Jayesh Mahajan 2025-05-26 21:40:16 -04:00 committed by GitHub
parent 38f5cbf939
commit 5ef3406f04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: my-model-pvc
spec:
accessModes:
- ReadOnlyMany
resources:
requests:
storage: 1Gi
volumeName: my-model-pv