Skip to content

Commit

Permalink
l7 load balancer
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Jun 30, 2024
1 parent c231651 commit a45027e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/system/cilium/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ enableCiliumEndpointSlice: false
envoyConfig:
# -- Enable CiliumEnvoyConfig CRD
# CiliumEnvoyConfig CRD can also be implicitly enabled by other options.
enabled: false
enabled: true
# -- SecretsNamespace is the namespace in which envoy SDS will retrieve secrets from.
secretsNamespace:
# -- Create secrets namespace for CiliumEnvoyConfig CRDs.
Expand Down Expand Up @@ -1903,7 +1903,7 @@ loadBalancer:
# Applicable values:
# - envoy: Enable L7 load balancing via envoy proxy. This will automatically set enable-envoy-config as well.
# - disabled: Disable L7 load balancing by way of service annotation.
backend: disabled
backend: envoy
# -- List of ports from service to be automatically redirected to above backend.
# Any service exposing one of these ports will be automatically redirected.
# Fine-grained control can be achieved by using the service annotation.
Expand Down

0 comments on commit a45027e

Please sign in to comment.