Skip to content

Commit 71fca61

Browse files
authored
doc: Increase storage capacity to 100Gi in YAML config
1 parent cd3218f commit 71fca61

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

deploy/example/blobfuse-mi/pv-blobfuse-mi.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: pv-blob
66
spec:
77
capacity:
8-
storage: 10Gi
8+
storage: 100Gi
99
accessModes:
1010
- ReadWriteMany
1111
persistentVolumeReclaimPolicy: Retain # If set as "Delete" container would be removed after pvc deletion
@@ -15,13 +15,11 @@ spec:
1515
- --file-cache-timeout-in-seconds=120
1616
csi:
1717
driver: blob.csi.azure.com
18-
readOnly: false
1918
# make sure this volumeid is unique in the cluster
2019
volumeHandle: "{resource-group-name}#{account-name}#{container-name}"
2120
volumeAttributes:
2221
protocol: fuse
23-
resourceGroup: aks-fuseblob-mi
24-
storageAccount: myaksblob
25-
containerName: mycontainer
22+
resourceGroup: EXISTING_RESOURCE_GROUP_NAME # optional, node resource group if it's not provided
23+
storageAccount: EXISTING_STORAGE_ACCOUNT_NAME
2624
AzureStorageAuthType: MSI
27-
AzureStorageIdentityClientID: "xxxxxx-xxxx-xxxxxxxxxxx-xxxxxxx-xxxxx"
25+
AzureStorageIdentityClientID: "xxxxx-xxxx-xxx-xxx-xxxxxxx"

0 commit comments

Comments
 (0)