Skip to content

Commit

Permalink
Debugging the deployment status
Browse files Browse the repository at this point in the history
  • Loading branch information
blaskoa committed Nov 13, 2023
1 parent a66de5f commit e3c84d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e3c84d7

Please sign in to comment.