Skip to content

Commit 9ea2d55

Browse files
committed
add storageclass-blobfuse-csi-mountoptions.yaml
1 parent d130708 commit 9ea2d55

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: storage.k8s.io/v1
2+
kind: StorageClass
3+
metadata:
4+
name: blobfuse.csi.azure.com
5+
provisioner: blobfuse.csi.azure.com
6+
parameters:
7+
skuName: Standard_LRS #available values: Standard_LRS, Standard_GRS, Standard_RAGRS
8+
reclaimPolicy: Retain #If set as "Delete" container would be removed after pvc deletion
9+
volumeBindingMode: Immediate
10+
mountOptions:
11+
- file-cache-timeout-in-seconds=120
12+
- use-https=true

0 commit comments

Comments
 (0)