Skip to content

Instantly share code, notes, and snippets.

@mikaelkrief
Created January 16, 2024 15:17
Show Gist options
  • Save mikaelkrief/75539c59025c5e94f6bd0f91c73d9da9 to your computer and use it in GitHub Desktop.
Save mikaelkrief/75539c59025c5e94f6bd0f91c73d9da9 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: azurefile
namespace: myapp
spec:
accessModes:
- ReadWriteMany
storageClassName: azurefile-csi
volumeName: azurefile
resources:
requests:
storage: 5Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment