From 42346addc91134cf35793689504a62cf9eb36a4b Mon Sep 17 00:00:00 2001 From: Matt Poole Date: Thu, 31 Oct 2024 14:44:23 -0400 Subject: [PATCH] BSD fixes #322: Lower the size of the storybook app so that deploys wont fail from lack of resources. --- .platform/applications.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.platform/applications.yaml b/.platform/applications.yaml index 1f6c5615..2b39888d 100644 --- a/.platform/applications.yaml +++ b/.platform/applications.yaml @@ -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' @@ -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: '/':