From 4928e8bda5765062e20502c795f7922a1c9b83b6 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 31 Oct 2025 08:18:35 -0500 Subject: [PATCH] set cilium operator to 1 replica --- clusters/ontime-dev/cilium.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clusters/ontime-dev/cilium.yaml b/clusters/ontime-dev/cilium.yaml index 391fc8f..5d0bc4a 100644 --- a/clusters/ontime-dev/cilium.yaml +++ b/clusters/ontime-dev/cilium.yaml @@ -35,4 +35,6 @@ spec: envoy: enabled: true ipam: - mode: kubernetes \ No newline at end of file + mode: kubernetes + operator: + replicas: 1 \ No newline at end of file