From 2b953d778ae7e1dcb5dee99a3e61730b8d1f05b8 Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Thu, 14 Dec 2023 21:09:46 +0100 Subject: [PATCH] wip: Cilium Helm values for VPN --- internal/constellation/helm/values.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/internal/constellation/helm/values.go b/internal/constellation/helm/values.go index 264176b7347..d062320a0b4 100644 --- a/internal/constellation/helm/values.go +++ b/internal/constellation/helm/values.go @@ -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{