From 7d927d56f485483ac48703d3101d10a8c30e3c86 Mon Sep 17 00:00:00 2001 From: Dhaval Dave Date: Mon, 9 Oct 2023 22:30:05 +0530 Subject: [PATCH] Update shuffle-opensearch.yaml --- .../final-specs/shuffle-opensearch.yaml | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/functions/final-specs/final-specs/shuffle-opensearch.yaml b/functions/final-specs/final-specs/shuffle-opensearch.yaml index 6b3631af..8173064f 100644 --- a/functions/final-specs/final-specs/shuffle-opensearch.yaml +++ b/functions/final-specs/final-specs/shuffle-opensearch.yaml @@ -1,19 +1,19 @@ -#--- -# -#apiVersion: v1 -#kind: PersistentVolume -#metadata: -# name: shuffle-os-pv -#spec: -# capacity: -# storage: 10Gi # Adjust the storage size as per your requirements -# accessModes: -# - ReadWriteOnce # This allows read-write access to a single node -# persistentVolumeReclaimPolicy: Retain # Adjust the reclaim policy as per your needs -# storageClassName: shuffle-data # Set the desired storage class -# hostPath: -# path: /mnt/shuffle-data/open-search -# +--- + +apiVersion: v1 +kind: PersistentVolume +metadata: + name: shuffle-os-pv +spec: + capacity: + storage: 10Gi # Adjust the storage size as per your requirements + accessModes: + - ReadWriteOnce # This allows read-write access to a single node + persistentVolumeReclaimPolicy: Retain # Adjust the reclaim policy as per your needs + storageClassName: shuffle-data # Set the desired storage class + hostPath: + path: /mnt/shuffle-data/open-search + --- apiVersion: v1