From e3c84d7cab494757676c11e387375467e1275a91 Mon Sep 17 00:00:00 2001 From: Adam Blasko Date: Mon, 13 Nov 2023 14:08:23 +0100 Subject: [PATCH] Debugging the deployment status --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a4583a5..39f8328 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,9 +50,12 @@ jobs: kubectl apply -f lic-secret.yaml - name: Install helm chart run: | + kubectl get storageclass helm install smartface . - kubectl rollout status deployment sf-api --timeout=600s || true + kubectl rollout status deployment sf-api --timeout=60s || true kubectl describe deployment sf-api + kubectl logs deployment sf-api + kubectl describe statefulset smartface-rabbitmq - name: Test helm chart run: | helm test smartface