Skip to content

Commit

Permalink
local pvc def for
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiegel95 committed Dec 9, 2024
1 parent d35761a commit eda242f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions services/finetuning/examples/local_pvc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: local-path-pvc
spec:
accessModes:
- ReadWriteOnce
storageClassName: local-path
resources:
requests:
storage: 1Gi

0 comments on commit eda242f

Please sign in to comment.