From 8b6d79798ab7aa57a0b1ab465e1dc8f18b9409d8 Mon Sep 17 00:00:00 2001 From: Igor R Date: Thu, 4 Jul 2024 09:53:46 +0200 Subject: [PATCH] fix: replica (#625) remove autscaling swtich back to replica =1 pod with local storage --- .kontinuous/env/prod/values.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.kontinuous/env/prod/values.yaml b/.kontinuous/env/prod/values.yaml index be7f5a0f..88e8da30 100644 --- a/.kontinuous/env/prod/values.yaml +++ b/.kontinuous/env/prod/values.yaml @@ -6,8 +6,7 @@ app: limits: cpu: 1100m memory: 2Gi - autoscale: - enabled: true + replicas: 1 strategyType: Recreate addVolumes: - docs @@ -15,15 +14,14 @@ app: fsGroup: 1000 form: -resources: + resources: requests: cpu: 200m memory: 768Mi limits: cpu: 700m memory: 1.5Gi - autoscale: - enabled: true + replicas: 1 strategyType: Recreate addVolumes: - docs-form