Skip to content

Commit

Permalink
fix pod size
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvpickering committed Dec 5, 2022
1 parent a2efb69 commit e0e3341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
KUBERNETES_ENV="staging"
REPLICA_COUNT="1"
IMAGE_GLOB="$REF_ID-*"
MEMORY_REQUEST="4Gi"
MEMORY_REQUEST="29Gi"
fi
if [ "${{ matrix.environment }}" = "staging" ]; then
Expand All @@ -280,7 +280,7 @@ jobs:
KUBERNETES_ENV="staging"
REPLICA_COUNT="0"
IMAGE_GLOB="$REF_ID-*"
MEMORY_REQUEST="29Gi"
MEMORY_REQUEST="4Gi"
fi
echo "::set-output name=sandbox-id::$SANDBOX_ID"
Expand Down

0 comments on commit e0e3341

Please sign in to comment.