Update README with minikube ip URLs
This commit is contained in:
parent
29f7042de4
commit
64abf7ead5
13
z2/README.md
13
z2/README.md
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user