Skip to content

Instantly share code, notes, and snippets.

@khaosdoctor
Created June 29, 2022 18:08
Show Gist options
  • Save khaosdoctor/c00cf21c7b6c0fb7690385571876363e to your computer and use it in GitHub Desktop.
Save khaosdoctor/c00cf21c7b6c0fb7690385571876363e to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: harperdb-data
namespace: database
spec:
resources:
requests:
storage: 2Gi # We'll request 2GB of storage
accessModes:
- ReadWriteOnce
storageClassName: azurefile-csi # We'll use the Azure File storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment