Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Add storageClassName to each PV
Browse files Browse the repository at this point in the history
  • Loading branch information
chepurko committed Apr 14, 2017
1 parent e8e9156 commit 1dd9538
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gce-volumes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
storage: 10Gi
accessModes:
- ReadWriteOnce
storageClassName: slow
gcePersistentDisk:
pdName: mariadb
fsType: ext4
Expand All @@ -34,6 +35,7 @@ spec:
storage: 10Gi
accessModes:
- ReadWriteOnce
storageClassName: slow
gcePersistentDisk:
pdName: wp-wd
fsType: ext4

0 comments on commit 1dd9538

Please sign in to comment.