New OPS-centric setup. Integrated with wild-init
and wild-setup
.
This commit is contained in:
10
setup/cluster/nfs/storage-class.yaml
Normal file
10
setup/cluster/nfs/storage-class.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: nfs
|
||||
provisioner: nfs
|
||||
parameters:
|
||||
server: REPLACE_ME
|
||||
path: REPLACE_ME
|
||||
reclaimPolicy: Retain
|
||||
allowVolumeExpansion: true
|
Reference in New Issue
Block a user