From 87c533e5c6458c0262bdc1b804628be2c1d86a39 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Sat, 28 Sep 2024 21:24:37 +0200 Subject: [PATCH] fix cilium values https://docs.cilium.io/en/v1.16/operations/upgrade/ --- cilium/values.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cilium/values.yaml b/cilium/values.yaml index f110c6d..ee5f233 100644 --- a/cilium/values.yaml +++ b/cilium/values.yaml @@ -29,9 +29,6 @@ envoy: enabled: false prometheus: enabled: false -proxy: - prometheus: - enabled: false -tunnel: vxlan +tunnelProtocol: vxlan enableIPv4Masquerade: true enableIPv6Masquerade: true