Skip to content

Commit

Permalink
infrastructure: base: cilium: values: Configure socketLB.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Nov 7, 2023
1 parent 1f99b0e commit 158e88a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions infrastructure/base/cilium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,11 @@ l7Proxy: false
# https://github.com/cilium/cilium/issues/21354
ingressController:
enabled: false

# -- Configure socket LB
socketLB:
# -- Enable socket LB
enabled: true

# -- Disable socket lb for non-root ns. This is used to enable Istio routing rules.
hostNamespaceOnly: true

0 comments on commit 158e88a

Please sign in to comment.