1
0
Fork 0

Minor text adjustments

This commit is contained in:
Joao Gilberto Magalhaes 2024-11-15 20:16:14 -06:00
parent 0ab73621d4
commit 0052cc320a
3 changed files with 11 additions and 6 deletions

View file

@ -9,7 +9,8 @@ EasyHAProxy immediately sets up HAProxy and begins serving traffic.
For Kubernetes installations, there are three available installation modes:
- DaemonSet: This mode exposes ports 80, 443, and 1936.
- NodePort: Ports 31080, 31443, and 31936 are exposed.
- ClusterIP: In this mode, no ports are exposed externally, and HAProxy is accessible only within the cluster.
- ClusterIP: In this mode, no ports are exposed externally, and HAProxy is accessible only
within the cluster.
To install EasyHAProxy in your Kubernetes cluster, follow these steps: