diff --git a/kustomize/gce-storage-class.yaml b/kustomize/gce-storage-class.yaml new file mode 100644 index 0000000..a1b71a4 --- /dev/null +++ b/kustomize/gce-storage-class.yaml @@ -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 \ No newline at end of file