Skip to content

Commit 8efd823

Browse files
authored
Update resources.bicep
reduced database resources to 10GB
1 parent cc2e801 commit 8efd823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/resources.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ resource postgresServer 'Microsoft.DBforPostgreSQL/flexibleServers@2022-01-20-pr
313313
administratorLogin: 'postgresadmin'
314314
administratorLoginPassword: databasePassword
315315
storage: {
316-
storageSizeGB: 128
316+
storageSizeGB: 10
317317
}
318318
backup: {
319319
backupRetentionDays: 7

0 commit comments

Comments
 (0)