Skip to content

Commit bc161c7

Browse files
authored
Merge pull request #756 from lsst/tickets/DM-53678
Increase quota in int/prod from 35GB to 40GB
2 parents 6324b01 + 5f9cc96 commit bc161c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment/deployments/science-platform/env/integration.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ netapp_definitions = [
8989
backups_enabled = true
9090
has_root_access = true
9191
access_type = "READ_WRITE"
92-
default_user_quota_mib = 35000
92+
default_user_quota_mib = 40000
9393
},
9494
{ name = "rubin"
9595
service_level = "PREMIUM"

environment/deployments/science-platform/env/production.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ netapp_definitions = [
7373
has_root_access = true
7474
allow_auto_tiering = true
7575
access_type = "READ_WRITE"
76-
default_user_quota_mib = 35000
76+
default_user_quota_mib = 40000
7777
},
7878
{ name = "rubin"
7979
service_level = "PREMIUM"

0 commit comments

Comments
 (0)