From b0a503621e6986e85d28448bf4f0ae98f8c105c8 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Mon, 6 Jun 2022 00:40:40 +0200 Subject: [PATCH] f --- Deployments/.pv/longhorn.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Deployments/.pv/longhorn.yaml diff --git a/Deployments/.pv/longhorn.yaml b/Deployments/.pv/longhorn.yaml deleted file mode 100644 index e6255b3..0000000 --- a/Deployments/.pv/longhorn.yaml +++ /dev/null @@ -1,13 +0,0 @@ -kind: StorageClass -apiVersion: storage.k8s.io/v1 -metadata: - name: longhorn -provisioner: driver.longhorn.io -allowVolumeExpansion: true -reclaimPolicy: Delete -volumeBindingMode: Immediate -parameters: - numberOfReplicas: "2" - staleReplicaTimeout: "2880" - fromBackup: "" - fsType: "ext4"