From 538b931b6ef9fdd8df63e93c1f937eef7134a4c4 Mon Sep 17 00:00:00 2001 From: Radar231 Date: Sat, 29 Jan 2022 22:38:25 -0500 Subject: [PATCH] expanded readme to better explain lb configs --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53b69cb..1ecf7e4 100644 --- a/README.md +++ b/README.md @@ -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