Skip to content

Commit

Permalink
changed default ingress value from dedicated to shared
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Jun 30, 2024
1 parent 2ad2c08 commit ee79c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/system/cilium/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ ingressController:
# Supported values: shared, dedicated
# For granular control, use the following annotations on the ingress resource:
# "ingress.cilium.io/loadbalancer-mode: dedicated" (or "shared").
loadbalancerMode: dedicated
loadbalancerMode: shared
# -- Enforce https for host having matching TLS host in Ingress.
# Incoming traffic to http listener will return 308 http error code with respective location in header.
enforceHttps: true
Expand Down

0 comments on commit ee79c78

Please sign in to comment.