Update z2/README.md

This commit is contained in:
Danylo Kunak 2025-04-17 07:47:28 +00:00
parent 22969cc1f5
commit c4a8a650a7

View File

@ -27,7 +27,7 @@ This application is an interactive floor plan visualization tool that displays s
- `mysql`: Manages the MySQL database instance with persistent storage
4. **Services**
- `floorplan-service`: NodePort service exposing the web application on port 8080
- `floorplan-service`: NodePort service exposing the web application on port 30080
- `mysql-service`: Headless service for MySQL database access
5. **PersistentVolume**
@ -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 8080
- External access is provided through a NodePort service on port 30080
### Storage
- The MySQL database uses a persistent volume mounted at `/var/lib/mysql`