Skip to content

Commit

Permalink
Adjust workflows to deploy to Minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
musab.bozkurt committed Oct 14, 2024
1 parent 18f720d commit e0587cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
pwd
ls -la
kubectl apply -f api-gateway/.helm/templates/k8s-api-gateway-app.yaml
kubectl wait --for=condition=ready pod -l app=deployment.apps/api-gateway
kubectl wait --for=condition=ready pod -l app=api-gateway
- name: Test service URLs
run: |
Expand Down

0 comments on commit e0587cb

Please sign in to comment.