Skip to content

Commit 4744896

Browse files
committed
updating pvc storage size
1 parent bc5f16f commit 4744896

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/azure-arc/container-storage/alternate-key-based.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ A connection string can contain a storage key or SAS.
203203
- ReadWriteMany
204204
resources:
205205
requests:
206-
storage: 10Gi
206+
storage: 2Gi
207207
storageClassName: cloud-backed-sc
208208
```
209209

articles/azure-arc/container-storage/alternate-onelake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This configuration is an alternative option that you can use with key-based auth
4949
- ReadWriteMany
5050
resources:
5151
requests:
52-
storage: 10Gi
52+
storage: 2Gi
5353
storageClassName: cloud-backed-sc
5454
```
5555

articles/azure-arc/container-storage/cloud-ingest-edge-volume-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ az k8s-extension list --cluster-name ${CLUSTER_NAME} --resource-group ${RESOURCE
9393
- ReadWriteMany
9494
resources:
9595
requests:
96-
storage: 10Gi
96+
storage: 2Gi
9797
storageClassName: cloud-backed-sc
9898
```
9999

articles/azure-arc/container-storage/local-shared-edge-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The *Local Shared Edge Volumes* feature provides highly available, failover-capa
3535
- ReadWriteMany
3636
resources:
3737
requests:
38-
storage: 10Gi
38+
storage: 2Gi
3939
storageClassName: unbacked-sc
4040
```
4141

0 commit comments

Comments
 (0)