From d7dd1f73fc67387efa5e9f337741f3c71c028895 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sat, 21 Feb 2026 13:25:53 +0100 Subject: [PATCH] migrate gitea shared storage to new volume --- apps/gitea/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/gitea/release.yaml b/apps/gitea/release.yaml index a812bdd..ae8908e 100644 --- a/apps/gitea/release.yaml +++ b/apps/gitea/release.yaml @@ -52,7 +52,9 @@ spec: persistence: enabled: true - storageClass: mayastor-single-hdd + # We'll create PV and PVC manually + create: false + claimName: gitea-shared-storage-lvmhdd gitea: additionalConfigFromEnvs: