Start Building for Free
CircleCI.comAcademyBlogCommunitySupport

Managing load balancers

9 months ago1 min read
Server v4.1
Server Admin
On This Page
  • Make the frontend load balancer private

CircleCI server uses a load balancer to manage network traffic entering and leaving the Kubernetes cluster.

The load balancer manages all traffic coming into the application. The load balancer is public by default, but can be made private.

Make the frontend load balancer private

In your values.yaml override file, set the following parameter to true. The parameter is false (public) by default.

nginx:
    private_load_balancers: false

Suggest an edit to this page

Make a contribution
Learn how to contribute