mirror of
https://github.com/bitinflow/laravel-docker-k8s.git
synced 2026-03-13 13:35:52 +00:00
14 lines
242 B
YAML
Executable File
14 lines
242 B
YAML
Executable File
apiVersion: v1
|
|
kind: PersistentVolume
|
|
metadata:
|
|
name: mysql-quest-pv
|
|
namespace: quests-staging-svc
|
|
spec:
|
|
capacity:
|
|
storage: 10Gi
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
gcePersistentDisk:
|
|
pdName: mysql-disk-quests
|
|
fsType: ext4
|