Update README with minikube ip URLs

This commit is contained in:
Gopikanta Shill 2026-04-29 11:43:16 +02:00
parent 29f7042de4
commit 64abf7ead5

View File

@ -209,8 +209,8 @@ minikube start
./start-app.sh ./start-app.sh
# 4. Open the app in your browser # 4. Open the app in your browser
# Task Manager: http://<NODE_IP>:30080 # Task Manager UI: http://$(minikube ip):30080
# Adminer: http://<NODE_IP>:30081 # Adminer (DB UI): http://$(minikube ip):30081
``` ```
For Minikube, get the node IP with: For Minikube, get the node IP with:
@ -256,12 +256,11 @@ kubectl scale statefulset --all --replicas=0 -n taskmanager
## Viewing the Application ## Viewing the Application
### Task Manager (Main UI) ### Task Manager (Main UI)
- **URL:** `http://<NODE_IP>:30080` - **URL:** `http://$(minikube ip):30080`
- For Minikube: `http://$(minikube ip):30080`
- Features: Create, complete, delete, and filter tasks - Features: Create, complete, delete, and filter tasks
### Adminer (Database Management) ### Adminer (Database Management)
- **URL:** `http://<NODE_IP>:30081` - **URL:** `http://$(minikube ip):30081`
- **Login credentials:** - **Login credentials:**
- System: `PostgreSQL` - System: `PostgreSQL`
- Server: `postgres` - Server: `postgres`
@ -309,8 +308,8 @@ Waiting for API deployment to be ready...
============================================= =============================================
✓ Task Manager is running! ✓ Task Manager is running!
🌐 Task Manager: http://192.168.49.2:30080 🌐 Task Manager: http://$(minikube ip):30080
🗄️ Adminer (DB): http://192.168.49.2:30081 🗄️ Adminer (DB): http://$(minikube ip):30081
============================================= =============================================
# Stop (data preserved) # Stop (data preserved)