Skip to content

Commit

Permalink
chore(nextcloud): try without dedicated storageClass
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanguille committed Nov 19, 2024
1 parent 177f0a2 commit 23e2590
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions kubernetes/apps/default/nextcloud/app/nfs-pvc.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
---
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: nextcloud-nfs
provisioner: k8s-sigs.io/nfs-subdir-external-provisioner
volumeBindingMode: Immediate
---
apiVersion: v1
kind: PersistentVolume
metadata:
Expand All @@ -15,7 +8,6 @@ spec:
storage: 500Gi
accessModes:
- ReadWriteMany
storageClassName: nextcloud-nfs
persistentVolumeReclaimPolicy: Retain
nfs:
server: "${TRUENAS_IP}"
Expand All @@ -32,7 +24,6 @@ metadata:
namespace: default
spec:
accessModes: ["ReadWriteMany"]
storageClassName: nextcloud-nfs
resources:
requests:
storage: 500Gi

0 comments on commit 23e2590

Please sign in to comment.