Skip to content

Commit

Permalink
GA Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Oct 25, 2024
1 parent e8808aa commit ffb505a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,7 @@ jobs:
helm upgrade --install funnel ohsu/funnel
# Wait for the Deployment to be available
kubectl wait --for=condition=available deployment/funnel --timeout=60s
kubectl get pods -n default --show-labels
sleep 5
kubectl get pods -n default --show-labels
# Wait for the Pod to be Ready
kubectl wait --for=condition=Ready pod -l app=funnel --timeout=60s
kubectl rollout status deployment/funnel --timeout=30s
# Port-forward the service
kubectl port-forward svc/funnel 8000:8000 &
Expand Down

0 comments on commit ffb505a

Please sign in to comment.