Skip to content

Commit

Permalink
Create storageclass.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
riyasoni5990 committed May 11, 2023
1 parent 365c558 commit 6e4c8d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions PV-PVC/storageclass.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: ebs-sc
provisioner: ebs.csi.aws.com
parameters:
type: gp2
volumeBindingMode: WaitForFirstConsumer

0 comments on commit 6e4c8d8

Please sign in to comment.