Compare commits
No commits in common. "007eb9da5c5e346f32056156d2a5b5ff29480f7c" and "72f13d424d6ff408927cb6b5cfefaa2eddb8cdfa" have entirely different histories.
007eb9da5c
...
72f13d424d
3 changed files with 0 additions and 32 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-comics
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
capacity:
|
|
||||||
storage: 100Gi
|
|
||||||
nfs:
|
|
||||||
path: /export/comics
|
|
||||||
server: 192.168.1.215
|
|
||||||
persistentVolumeReclaimPolicy: Retain
|
|
||||||
storageClassName: nfs-client
|
|
||||||
volumeMode: Filesystem
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
metadata:
|
|
||||||
name: kavita-comics-pvc
|
|
||||||
namespace: media
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 100Gi
|
|
||||||
volumeName: media-library-comics
|
|
||||||
|
|
@ -14,6 +14,3 @@ spec:
|
||||||
path: apps/kavita
|
path: apps/kavita
|
||||||
repoURL: {{ .Values.spec.source.repoURL }}
|
repoURL: {{ .Values.spec.source.repoURL }}
|
||||||
targetRevision: {{ .Values.spec.source.targetRevision }}
|
targetRevision: {{ .Values.spec.source.targetRevision }}
|
||||||
syncPolicy:
|
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue