Skip to content

Instantly share code, notes, and snippets.

@agileguy
Created November 3, 2019 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agileguy/6e7b5fbbfe0693c87ca17a06081c1984 to your computer and use it in GitHub Desktop.
Save agileguy/6e7b5fbbfe0693c87ca17a06081c1984 to your computer and use it in GitHub Desktop.
Blog content persistent volume claim
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: blog-content
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
storageClassName: default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment