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