Remove for now, conflicts abound
This commit is contained in:
parent
a08ec199fc
commit
1e8b8a5cf2
@ -1,4 +0,0 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
resources:
|
|
||||||
- truenas-nfs.yaml
|
|
||||||
@ -1,34 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolume
|
|
||||||
metadata:
|
|
||||||
name: kube-storage-nfs
|
|
||||||
labels:
|
|
||||||
bucket: shared
|
|
||||||
spec:
|
|
||||||
capacity:
|
|
||||||
storage: 11T
|
|
||||||
volumeMode: Filesystem
|
|
||||||
storageClassName: slow
|
|
||||||
persistentVolumeReclaimPolicy: Retain
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteMany
|
|
||||||
nfs:
|
|
||||||
server: 10.0.96.14
|
|
||||||
path: "/mnt/data/nfs"
|
|
||||||
readOnly: false
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
metadata:
|
|
||||||
name: shared-data
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteMany
|
|
||||||
storageClassName: slow
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 11T
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
bucket: shared
|
|
||||||
Loading…
Reference in New Issue
Block a user