mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 06:54:59 +00:00
pvc fix
This commit is contained in:
@@ -52,4 +52,4 @@ spec:
|
||||
volumes:
|
||||
- name: mysql-data
|
||||
persistentVolumeClaim:
|
||||
claimName: mysql-data-pvc
|
||||
claimName: mysql-pv-disk
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: blog-pv
|
||||
name: ghost-data-pv
|
||||
spec:
|
||||
capacity:
|
||||
storage: 25Gi
|
||||
@@ -9,5 +9,5 @@ spec:
|
||||
- ReadWriteOnce
|
||||
storageClassName: standard
|
||||
gcePersistentDisk:
|
||||
pdName: blog-pv
|
||||
pdName: ghost-data-pv
|
||||
fsType: ext4
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: blog-pvc
|
||||
name: ghost-data-pvc
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
@@ -11,4 +11,4 @@ spec:
|
||||
storageClassName: standard
|
||||
selector:
|
||||
matchLabels:
|
||||
app: blog
|
||||
app: ghost-blog
|
||||
|
||||
Reference in New Issue
Block a user