Skip to content

Commit 6423ef3

Browse files
committed
Update gp2 to gp3 in AWS storage class example
1 parent a14cbcb commit 6423ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/sourcegraph/examples/aws/override.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ frontend:
1010

1111
storageClass:
1212
create: true
13-
type: gp2 # This configures SSDs (recommended).
13+
type: gp3 # This configures SSDs (recommended).
1414
provisioner: ebs.csi.aws.com
1515
volumeBindingMode: WaitForFirstConsumer
1616
reclaimPolicy: Retain

0 commit comments

Comments
 (0)