From 66db7169d3fb2b77ab3ebe08e00e038bf808167d Mon Sep 17 00:00:00 2001 From: gregory hendrickson Date: Thu, 26 Jan 2023 11:28:46 -0800 Subject: [PATCH] volume --- volumes/ghost-blog-pvc.yaml | 3 +++ volumes/mysql-pvc.yaml | 3 +++ volumes/traefik-pvc.yaml | 3 +++ 3 files changed, 9 insertions(+) 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