Skip to content

Commit

Permalink
wip: Cilium Helm values for VPN
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Dec 20, 2023
1 parent 234199d commit 2b953d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/constellation/helm/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ var ciliumVals = map[string]map[string]any{
"kubeProxyReplacement": "strict",
"enableCiliumEndpointSlice": true,
"kubeProxyReplacementHealthzBindAddr": "0.0.0.0:10256",
// Force Cilium into adding ClusterIP support to from-container.
"sctp": map[string]any{
"enabled": true,
},
},
cloudprovider.OpenStack.String(): {
"endpointRoutes": map[string]any{
Expand Down

0 comments on commit 2b953d7

Please sign in to comment.