From 17b0caceea7683a2645d324bc99634c759e9e033 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 15 Dec 2025 22:22:57 -0600 Subject: [PATCH] change to use ceph filesystem --- .../cl01tl/helm/gitea/templates/persistent-volume-claim.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/gitea/templates/persistent-volume-claim.yaml b/clusters/cl01tl/helm/gitea/templates/persistent-volume-claim.yaml index 3569fc448..b4350a08f 100644 --- a/clusters/cl01tl/helm/gitea/templates/persistent-volume-claim.yaml +++ b/clusters/cl01tl/helm/gitea/templates/persistent-volume-claim.yaml @@ -28,9 +28,9 @@ metadata: app.kubernetes.io/part-of: {{ .Release.Name }} spec: volumeMode: Filesystem - storageClassName: nfs-client + storageClassName: ceph-filesystem accessModes: - - ReadWriteOnce + - ReadWriteMany resources: requests: storage: 1Gi