Skip to content

Commit 2459e3d

Browse files
author
gurekam
committed
LAP-29: Fixed minikube service name in ci-cd yml file
1 parent 347e764 commit 2459e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
minikube kubectl -- rollout status deployment/spreadsheet-app -n spreadsheet-app
187187
188188
# Get the service URL and test the application
189-
SERVICE_URL=$(minikube service spreadsheet-app -n spreadsheet-app --url)
189+
SERVICE_URL=$(minikube service spreadsheet-app-service -n spreadsheet-app --url)
190190
echo "Waiting for service to be available..."
191191
until curl -f $SERVICE_URL/health; do
192192
echo "Service not ready yet, waiting..."

0 commit comments

Comments
 (0)