7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-21 22:52:21 +00:00
tutor/deploy/k8s/volumes/mysql-pvc.yml

11 lines
154 B
YAML
Raw Normal View History

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: mysql
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi