mirror of
https://github.com/bitinflow/laravel-docker-k8s.git
synced 2026-03-20 00:35:51 +00:00
initial commit
This commit is contained in:
12
deploy/mysql/mysql-persistent-volume-claim.yml
Executable file
12
deploy/mysql/mysql-persistent-volume-claim.yml
Executable file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: mysql-quest-pv-claim
|
||||
namespace: quests-staging-svc
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
storageClassName: ""
|
||||
resources:
|
||||
requests:
|
||||
storage: 10Gi
|
||||
Reference in New Issue
Block a user