Skip to content

Commit

Permalink
ensure we wait for ingress to be ready
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jun 10, 2024
1 parent ab377f1 commit f05dc95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/k8s-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
kubectl create namespace languagedepot
kubectl apply -k ./deployment/gha
kubectl wait --for=condition=Ready --timeout=90s pod -l 'app in (lexbox, ui, hg, db)' -n languagedepot
kubectl wait --for=condition=Ready --timeout=90s pod -l 'app.kubernetes.io/name=ingress-nginx' -n languagedepot
- name: status
if: failure()
run: |
Expand Down

0 comments on commit f05dc95

Please sign in to comment.