Add kustomize/gce-storage-class.yaml
This commit is contained in:
parent
5ec0910bcf
commit
fe53134fb5
9
kustomize/gce-storage-class.yaml
Normal file
9
kustomize/gce-storage-class.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
apiVersion: storage.k8s.io/v1
|
||||||
|
kind: StorageClass
|
||||||
|
metadata:
|
||||||
|
name: slow
|
||||||
|
provisioner: kubernetes.io/gce-pd
|
||||||
|
parameters:
|
||||||
|
type: pd-standard
|
||||||
|
fstype: ext4
|
||||||
|
replication-type: none
|
Loading…
Reference in New Issue
Block a user