Skip to content

Commit

Permalink
Merge pull request #750 from PRX/castle-db-storage
Browse files Browse the repository at this point in the history
Increase Castle DB storage
  • Loading branch information
farski committed Mar 7, 2024
2 parents 108af33 + c6ae48b commit 4681fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spire/templates/apps/castle.yml
Expand Up @@ -413,7 +413,7 @@ Resources:
DeletionPolicy: Retain
UpdateReplacePolicy: Retain
Properties:
AllocatedStorage: !If [IsProduction, "300", "100"]
AllocatedStorage: !If [IsProduction, "400", "100"]
AllowMajorVersionUpgrade: false
AutoMinorVersionUpgrade: false
BackupRetentionPeriod: 7
Expand Down

0 comments on commit 4681fff

Please sign in to comment.