Update shuffle-opensearch.yaml

This commit is contained in:
Dhaval Dave
2023-10-09 22:30:05 +05:30
committed by GitHub
parent 93a53c7213
commit 7d927d56f4
@@ -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