You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
port: 80 # Port on which the load balancer will be running
healthCheckInSec: 20 # Health check every 20 seconds
strategy: "least-connections" # Load Balancer's load distribution Strategy, possible values -> "round-robin" | "weighted-round-robin" | "least-connections"
services: # Define your backend services, name and url is required. You should provide a weight for each service if using "weighted-round-robin" load distribution strategy