From fe53134fb5b09a26dc3e919e8b39d389ba3b7df0 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Mon, 25 Sep 2023 15:42:37 +0200 Subject: [PATCH] Add kustomize/gce-storage-class.yaml --- kustomize/gce-storage-class.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 kustomize/gce-storage-class.yaml 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