mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
test
This commit is contained in:
parent
35bc50a7d7
commit
19b2c330a3
1 changed files with 28 additions and 0 deletions
28
nextcloud/templates/nextcloud-pv.yaml
Normal file
28
nextcloud/templates/nextcloud-pv.yaml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
annotations:
|
||||
pv.kubernetes.io/provisioned-by: durp.info/nfs
|
||||
finalizers:
|
||||
- kubernetes.io/pv-protection
|
||||
name: pvc-9f344c34-214d-4c7e-8706-431a8e6eaa09
|
||||
resourceVersion: "6779866"
|
||||
uid: cf18eddd-3c3d-445d-8f10-250b3d86dbda
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
capacity:
|
||||
storage: 10Gi
|
||||
claimRef:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
name: nextcloud-nextcloud
|
||||
namespace: nextcloud
|
||||
resourceVersion: "6779861"
|
||||
uid: 9f344c34-214d-4c7e-8706-431a8e6eaa09
|
||||
nfs:
|
||||
path: /mnt/user/k3s/nextcloud-nextcloud-nextcloud-pvc-9f344c34-214d-4c7e-8706-431a8e6eaa09
|
||||
server: 192.168.20.253
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
storageClassName: nfs-storage
|
||||
volumeMode: Filesystem
|
||||
Loading…
Add table
Add a link
Reference in a new issue