mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 01:01:27 -05:00
nfs client
This commit is contained in:
parent
368ea9da0c
commit
e51bafe40d
9 changed files with 137 additions and 0 deletions
7
nfs-client/templates/storage-class.yml
Normal file
7
nfs-client/templates/storage-class.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: nfs-storage
|
||||
provisioner: durp.info/nfs
|
||||
parameters:
|
||||
archiveOnDelete: "false"
|
||||
Loading…
Add table
Add a link
Reference in a new issue