Skip to content

Commit 77b6076

Browse files
committed
chore: add log prints to k8s-deploy
1 parent 512adeb commit 77b6076

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/k8s_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
percentage: 20
8787

8888
- name: Assert Deployment Success
89+
timeout-minutes: 5
8990
shell: bash
9091
run: |
9192
bash cicd-deployment-scripts/k8s/assert_deploy_success.sh \

k8s/assert_deploy_success.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ while [[ "$LOG_CONTENTS" != *"$APPLICATION_STARTUP_MESSAGE"* ]]; do
2929
LOG_CONTENTS=$(kubectl logs deployment/${KUBERNETES_DEPLOYMENT_NAME} \
3030
|| echo "Waiting for application startuop ...")
3131
done
32+
33+
echo "Application startup successful:"
34+
echo "$LOG_CONTENTS"

0 commit comments

Comments
 (0)