mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
10 lines
168 B
YAML
10 lines
168 B
YAML
kind: StorageClass
|
|
apiVersion: storage.k8s.io/v1
|
|
metadata:
|
|
name: slow
|
|
provisioner: kubernetes.io/aws-ebs
|
|
parameters:
|
|
type: io1
|
|
zone: us-east-1d
|
|
iopsPerGB: "10"
|