Rearrange and make app-of-apps

This commit is contained in:
David Landry 2023-11-05 13:50:19 -05:00
parent 095629b16c
commit 7d6812eb8c
13 changed files with 164 additions and 0 deletions

View file

@ -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