Skip to content

Instantly share code, notes, and snippets.

@wshihadeh
Created April 25, 2020 11:15
Show Gist options
  • Save wshihadeh/ddb4bdf5bafe7a5e4479e41da220a8b9 to your computer and use it in GitHub Desktop.
Save wshihadeh/ddb4bdf5bafe7a5e4479e41da220a8b9 to your computer and use it in GitHub Desktop.
PersistentVolumeClaim
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: db-data-pvc
spec:
storageClassName: generic
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 500Mi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment