Skip to content

Instantly share code, notes, and snippets.

@shameekagarwal
Created July 3, 2022 02:32
Show Gist options
  • Save shameekagarwal/03e5e9dd6c43439d654792bb8822806d to your computer and use it in GitHub Desktop.
Save shameekagarwal/03e5e9dd6c43439d654792bb8822806d to your computer and use it in GitHub Desktop.
EBS Persistent Volume
apiVersion: v2
kind: PersistentVolume
metadata:
name: ebs
labels:
name: ebs
spec:
storageClassName: ebs
capacity:
storage: 5Gi
accessModes:
- ReadWriteOnce
awsElasticBlockStore:
volumeID: <<ebs-volume-id>>
fsType: ext4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment