Update z2/README.md
This commit is contained in:
parent
94332d8469
commit
77b0f385b6
@ -41,7 +41,7 @@ This application is an interactive floor plan visualization tool that displays s
|
|||||||
### Networks
|
### Networks
|
||||||
- The application uses Kubernetes' built-in networking
|
- The application uses Kubernetes' built-in networking
|
||||||
- Web application connects to MySQL using the `mysql-service` DNS name
|
- Web application connects to MySQL using the `mysql-service` DNS name
|
||||||
- External access is provided through a NodePort service on port 30080
|
- External access is provided through a NodePort service on port 8080
|
||||||
|
|
||||||
### Storage
|
### Storage
|
||||||
- The MySQL database uses a persistent volume mounted at `/var/lib/mysql`
|
- The MySQL database uses a persistent volume mounted at `/var/lib/mysql`
|
||||||
@ -98,7 +98,7 @@ This application is an interactive floor plan visualization tool that displays s
|
|||||||
|
|
||||||
### Viewing the Application
|
### Viewing the Application
|
||||||
1. Open your web browser
|
1. Open your web browser
|
||||||
2. Navigate to the URL displayed after running the start script (typically http://[NODE-IP]:30080)
|
2. Navigate to the URL displayed after running the start script http://localhost:8080
|
||||||
3. You should see the interactive floor plan with sensors
|
3. You should see the interactive floor plan with sensors
|
||||||
4. Use the buttons at the bottom to switch between floors
|
4. Use the buttons at the bottom to switch between floors
|
||||||
5. Click on sensors to view their data in the right panel
|
5. Click on sensors to view their data in the right panel
|
Loading…
Reference in New Issue
Block a user