Skip to content

Commit

Permalink
Increase Castle DB storage
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Mar 4, 2024
1 parent 19b6e0e commit c6ae48b
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 c6ae48b

Please sign in to comment.