Create pvc-config.yaml

This commit is contained in:
EHerzog76 2024-12-06 16:33:37 +01:00 committed by GitHub
parent 99133877f5
commit 2d535ca282
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,13 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pxe-bootserver-config-pvc
namespace: network
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 100Mi
storageClassName: rook-cephfs
volumeMode: Filesystem