mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
Update folder location
This commit is contained in:
parent
dc324a2d8b
commit
c39f20e371
170 changed files with 8461 additions and 25 deletions
10
master/nfs-client/templates/storage-class.yml
Normal file
10
master/nfs-client/templates/storage-class.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: nfs-storage
|
||||
annotations:
|
||||
storageclass.kubernetes.io/is-default-class: "false"
|
||||
provisioner: durp.info/nfs
|
||||
parameters:
|
||||
archiveOnDelete: "false"
|
||||
reclaimPolicy: Retain
|
||||
Loading…
Add table
Add a link
Reference in a new issue