mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-07 22:57:29 +02:00
Create pvc-config.yaml
This commit is contained in:
parent
99133877f5
commit
2d535ca282
13
kubernetes/pvc-config.yaml
Normal file
13
kubernetes/pvc-config.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user