Update z2/README.md
This commit is contained in:
parent
22969cc1f5
commit
c4a8a650a7
@ -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
|
- `mysql`: Manages the MySQL database instance with persistent storage
|
||||||
|
|
||||||
4. **Services**
|
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
|
- `mysql-service`: Headless service for MySQL database access
|
||||||
|
|
||||||
5. **PersistentVolume**
|
5. **PersistentVolume**
|
||||||
@ -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 8080
|
- External access is provided through a NodePort service on port 30080
|
||||||
|
|
||||||
### 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`
|
||||||
|
Loading…
Reference in New Issue
Block a user