mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 21:51:00 +00:00
12 lines
228 B
YAML
12 lines
228 B
YAML
apiVersion: v1
|
|
kind: PersistentVolumeClaim
|
|
metadata:
|
|
name: stirling-training-data
|
|
namespace: stirling-pdf
|
|
spec:
|
|
accessModes:
|
|
- ReadWriteMany
|
|
resources:
|
|
requests:
|
|
storage: 1Gi
|
|
storageClassName: nfs-client
|