mirror of
https://github.com/bitinflow/laravel-docker-k8s.git
synced 2026-03-20 08:45:51 +00:00
initial commit
This commit is contained in:
13
deploy/mysql/gce-volume.yaml
Executable file
13
deploy/mysql/gce-volume.yaml
Executable file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user