From 14ea074e80a97d9d5e4e1b6bd832f4a7b94e0bc3 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Tue, 10 Feb 2026 09:36:42 +1100 Subject: [PATCH] made replicas 0 --- values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/values.yaml b/values.yaml index 6b2fe72..de78139 100644 --- a/values.yaml +++ b/values.yaml @@ -512,7 +512,7 @@ envoy: ## Capacity/Affinity ## ###################################### - replicaCount: 1 + replicaCount: 0 strategy: type: "RollingUpdate" rollingUpdate: @@ -787,7 +787,7 @@ inboundWorker: ## Capacity/Affinity ## ###################################### - replicaCount: 1 + replicaCount: 0 strategy: type: "RollingUpdate" rollingUpdate: @@ -1064,7 +1064,7 @@ orchestrator: ## Capacity/Affinity ## ###################################### - replicaCount: 1 + replicaCount: 0 strategy: type: "RollingUpdate" rollingUpdate: @@ -1203,7 +1203,7 @@ fusionOperator: ## Capacity/Affinity ## ###################################### - replicaCount: 1 + replicaCount: 0 strategy: type: "RollingUpdate" rollingUpdate: @@ -1452,7 +1452,7 @@ pepServer: ## Capacity/Affinity ## ###################################### - replicaCount: 1 + replicaCount: 0 strategy: type: "RollingUpdate" rollingUpdate: @@ -1949,7 +1949,7 @@ fluentBit: autoscaling: enabled: true - minReplicas: 1 + minReplicas: 0 maxReplicas: 1 targetCPUUtilizationPercentage: 75 targetMemoryUtilizationPercentage: 75