We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd3fe2 commit b17bf6cCopy full SHA for b17bf6c
.github/workflows/main.yml
@@ -48,7 +48,7 @@ jobs:
48
set -o errexit
49
set -o nounset
50
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 .
+ kraft cloud deploy --memory 1024 --rollout remove --image schemas --service schemas --kraftfile Kraftfile --restart on-failure --replicas 2 .
52
kraft cloud service get schemas
53
kraft cloud instance logs "$(kraft cloud service get schemas --output json | jq --raw-output '.[0].instances | split(" ") | .[0]')"
54
curl --location --fail https://${{ env.SERVICE_DOMAIN }}
0 commit comments