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