diff --git a/volumes/ghost-blog-pvc.yaml b/volumes/ghost-blog-pvc.yaml index 09e8eaf..09f6657 100644 --- a/volumes/ghost-blog-pvc.yaml +++ b/volumes/ghost-blog-pvc.yaml @@ -11,3 +11,6 @@ spec: resources: requests: storage: 50Gi + gcePersistentDisk: + pdName: ghost-disk + fsType: ext4 \ No newline at end of file diff --git a/volumes/mysql-pvc.yaml b/volumes/mysql-pvc.yaml index b352a92..35585e8 100644 --- a/volumes/mysql-pvc.yaml +++ b/volumes/mysql-pvc.yaml @@ -11,3 +11,6 @@ spec: resources: requests: storage: 50Gi + gcePersistentDisk: + pdName: mysql-disk + fsType: ext4 \ No newline at end of file diff --git a/volumes/traefik-pvc.yaml b/volumes/traefik-pvc.yaml index 4236526..8d0c8c9 100644 --- a/volumes/traefik-pvc.yaml +++ b/volumes/traefik-pvc.yaml @@ -11,3 +11,6 @@ spec: resources: requests: storage: 50Gi + gcePersistentDisk: + pdName: traefik-disk + fsType: ext4 \ No newline at end of file