expanded readme to better explain lb configs

This commit is contained in:
Radar231 2022-01-29 22:38:25 -05:00
parent 4e72823da2
commit 538b931b6e
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@
This is a docker-compose configuration to deploy an haproxy container.
This haproxy instance is set up to be a Kubernetes API load-balancer for the homelab k8s cluster.
This haproxy instance is set up to be a Kubernetes API load-balancer (port 6443) for the homelab k8s cluster.
It also has been configured to act as a Kubernetes ingress load-balancer for apps running on the k8s cluster using either
port 80 or port 443.
## Links