Skip to content

Commit

Permalink
BSD fixes #322: Lower the size of the storybook app so that deploys w…
Browse files Browse the repository at this point in the history
…ont fail from lack of resources.
  • Loading branch information
mattsqd committed Oct 31, 2024
1 parent 6d0ecb3 commit 42346ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .platform/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ bixalcom:
# The runtime the application uses.
type: 'php:8.3'

# https://docs.platform.sh/create-apps/app-reference/single-runtime-image.html#sizes
size: AUTO

dependencies:
php:
composer/composer: '^2'
Expand Down Expand Up @@ -215,6 +218,11 @@ bixalcom:
storybook:
type: nodejs:18

# https://docs.platform.sh/create-apps/app-reference/single-runtime-image.html#sizes
# Running out of resources in prod because this added a HIGH_CPU profile.
# Lower the size.
size: S

web:
locations:
'/':
Expand Down

0 comments on commit 42346ad

Please sign in to comment.