Skip to content

Commit

Permalink
Merge pull request #727 from hms-dbmi-cellenics/replica-count-2
Browse files Browse the repository at this point in the history
set replicas to 2 for staging-default
  • Loading branch information
kafkasl authored Jun 15, 2022
2 parents 4b86063 + ee68c1f commit 22fd73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
KUBERNETES_ENV="staging"
IMAGE_TAG="$REF_DASHED-$GITHUB_SHA"
IMAGE_GLOB="glob:$REF_DASHED-*"
REPLICA_COUNT="4"
REPLICA_COUNT="2"
fi
if [ "${{ matrix.environment }}" = "staging" ]; then
Expand Down

0 comments on commit 22fd73f

Please sign in to comment.