From d20fd807986299380c494742edeb5a31088df003 Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Sun, 19 Jul 2026 13:47:12 -0500 Subject: [PATCH] fix(minecraft): use px-fa-direct-access storage class for world data PVC --- cluster/applications/minecraft/pvc.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/applications/minecraft/pvc.yaml b/cluster/applications/minecraft/pvc.yaml index d87ea53..4e6a6a7 100644 --- a/cluster/applications/minecraft/pvc.yaml +++ b/cluster/applications/minecraft/pvc.yaml @@ -1,6 +1,6 @@ --- -# World data persistent volume — Pure Storage block CSI -# StorageClass confirmed: pure-block (pxd.portworx.com, RWO, allowVolumeExpansion=true) +# World data persistent volume — Pure Storage FlashArray direct access CSI +# StorageClass: px-fa-direct-access (direct FlashArray block, bypasses Portworx data plane) apiVersion: v1 kind: PersistentVolumeClaim metadata: @@ -12,7 +12,7 @@ metadata: spec: accessModes: - ReadWriteOnce - storageClassName: pure-block + storageClassName: px-fa-direct-access resources: requests: storage: 50Gi