We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347e764 commit 2459e3dCopy full SHA for 2459e3d
.github/workflows/ci-cd.yml
@@ -186,7 +186,7 @@ jobs:
186
minikube kubectl -- rollout status deployment/spreadsheet-app -n spreadsheet-app
187
188
# Get the service URL and test the application
189
- SERVICE_URL=$(minikube service spreadsheet-app -n spreadsheet-app --url)
+ SERVICE_URL=$(minikube service spreadsheet-app-service -n spreadsheet-app --url)
190
echo "Waiting for service to be available..."
191
until curl -f $SERVICE_URL/health; do
192
echo "Service not ready yet, waiting..."
0 commit comments