From 196c941db97e079b2fb3ec253096d563197afccd Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Wed, 31 Dec 2025 23:56:11 +0900 Subject: [PATCH] REVERT(storage): revert storageClass to local-path - Will patch existing PVs manually - Revert storage configuration --- postgresql/manifests/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/manifests/cluster.yaml b/postgresql/manifests/cluster.yaml index 8157a33..89bf6c3 100644 --- a/postgresql/manifests/cluster.yaml +++ b/postgresql/manifests/cluster.yaml @@ -12,7 +12,7 @@ spec: # Storage configuration - using local-path-retain for data protection storage: - storageClass: local-path-retain + storageClass: local-path size: 10Gi # Resource requests and limits