Skip to content

Commit b17bf6c

Browse files
committed
Increase RAM
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 5fd3fe2 commit b17bf6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
set -o errexit
4949
set -o nounset
5050
kraft cloud service create --name schemas --domain ${{ env.SERVICE_DOMAIN }} 443:8000 || true
51-
kraft cloud deploy --memory 512 --rollout remove --image schemas --service schemas --kraftfile Kraftfile --restart on-failure --replicas 2 .
51+
kraft cloud deploy --memory 1024 --rollout remove --image schemas --service schemas --kraftfile Kraftfile --restart on-failure --replicas 2 .
5252
kraft cloud service get schemas
5353
kraft cloud instance logs "$(kraft cloud service get schemas --output json | jq --raw-output '.[0].instances | split(" ") | .[0]')"
5454
curl --location --fail https://${{ env.SERVICE_DOMAIN }}

0 commit comments

Comments
 (0)