Update z2/README.md

This commit is contained in:
Danylo Kunak 2025-04-17 07:24:45 +00:00
parent 94332d8469
commit 77b0f385b6

View File

@ -41,7 +41,7 @@ This application is an interactive floor plan visualization tool that displays s
### Networks
- The application uses Kubernetes' built-in networking
- 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
- 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
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
4. Use the buttons at the bottom to switch between floors
5. Click on sensors to view their data in the right panel