arshad75

mysql-volumeclaim

Apr 15th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. kind: PersistentVolumeClaim
  2. apiVersion: v1
  3. metadata:
  4. name: mysql-volumeclaim-<your-name>
  5. spec:
  6. accessModes:
  7. - ReadWriteOnce
  8. resources:
  9. requests:
  10. storage: 5Gi
Add Comment
Please, Sign In to add comment