Rearrange and make app-of-apps
This commit is contained in:
parent
095629b16c
commit
7d6812eb8c
13 changed files with 164 additions and 0 deletions
|
|
@ -1,17 +0,0 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
annotations:
|
||||
pv.kubernetes.io/provisioned-by: cluster.local/nfs-subdir-external-provisioner
|
||||
name: media-library-ebooks
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
capacity:
|
||||
storage: 100Gi
|
||||
nfs:
|
||||
path: /exports/ebooks
|
||||
server: 192.168.1.215
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
storageClassName: nfs-client
|
||||
volumeMode: Filesystem
|
||||
Loading…
Add table
Add a link
Reference in a new issue