mirror of
https://github.com/thejimnicholson/heimdall-k8s.git
synced 2025-12-06 03:30:45 +00:00
Add new NFS-provisioned storage
This commit is contained in:
parent
65269b2eee
commit
612fe6738a
13
volume.yaml
13
volume.yaml
@ -33,3 +33,16 @@ spec:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
volumeName: heimdall-pv
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: heimdall-storage-new
|
||||
namespace: heimdall
|
||||
spec:
|
||||
storageClassName: nfs-client
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
Loading…
Reference in New Issue
Block a user