mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 15:04:58 +00:00
14 lines
226 B
YAML
14 lines
226 B
YAML
apiVersion: v1
|
|
kind: PersistentVolume
|
|
metadata:
|
|
name: mysql-pv
|
|
labels:
|
|
app: mysql
|
|
spec:
|
|
storageClassName: standard
|
|
capacity:
|
|
storage: 5Gi
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
hostPath:
|
|
path: /mnt/data/mysql |