mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 16:31:19 -05:00
update storage
This commit is contained in:
parent
ecf6a8de34
commit
dc1faf8ce0
3 changed files with 47 additions and 43 deletions
|
|
@ -1,24 +1,25 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
annotations:
|
||||
pv.kubernetes.io/provisioned-by: durp.info/nfs
|
||||
finalizers:
|
||||
- kubernetes.io/pv-protection
|
||||
name: nextcloud-pv
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
capacity:
|
||||
storage: 10Gi
|
||||
claimRef:
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
name: nextcloud-pvc
|
||||
namespace: nextcloud
|
||||
nfs:
|
||||
path: /mnt/user/k3s/nextcloud
|
||||
server: 192.168.20.253
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
storageClassName: nfs-storage
|
||||
volumeMode: Filesystem
|
||||
#apiVersion: v1
|
||||
#kind: PersistentVolume
|
||||
#metadata:
|
||||
# annotations:
|
||||
# pv.kubernetes.io/provisioned-by: durp.info/nfs
|
||||
# finalizers:
|
||||
# - kubernetes.io/pv-protection
|
||||
# name: nextcloud-pv
|
||||
#spec:
|
||||
# accessModes:
|
||||
# - ReadWriteMany
|
||||
# capacity:
|
||||
# storage: 10Gi
|
||||
# claimRef:
|
||||
# apiVersion: v1
|
||||
# kind: PersistentVolumeClaim
|
||||
# name: nextcloud-pvc
|
||||
# namespace: nextcloud
|
||||
# nfs:
|
||||
# path: /mnt/user/k3s/nextcloud
|
||||
# server: 192.168.20.253
|
||||
# persistentVolumeReclaimPolicy: Retain
|
||||
# storageClassName: nfs-storage
|
||||
# volumeMode: Filesystem
|
||||
#
|
||||
Loading…
Add table
Add a link
Reference in a new issue