From 20a624b26db30b10bad485eee7476594dd0d859c Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Thu, 10 Jul 2025 15:35:29 -0300 Subject: [PATCH] SIENTIAPDE-1141 Update values.yaml to increase replicaCount to 5, change GITHUB_BRANCH to SIENTIAPDE-1141-criar-testes-de-carga, and adjust POSTGRES_MAX_CONNECTIONS to 30 for improved performance and testing. --- values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/values.yaml b/values.yaml index 9e5c34a..ec82e00 100644 --- a/values.yaml +++ b/values.yaml @@ -3,7 +3,7 @@ # Declare variables to be passed into your templates. # This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ -replicaCount: 1 +replicaCount: 5 # This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/ image: @@ -123,7 +123,7 @@ env: - name: GITHUB_REPO_URL value: "git@github.com:Aignosi/sientia-dataops-laborious_temporal.git" - name: GITHUB_BRANCH - value: "SIENTIAPDE-1110-criar-testes-e-2-e" + value: "SIENTIAPDE-1141-criar-testes-de-carga" - name: PYTHON_APP value: "laborious.worker.worker" @@ -141,7 +141,7 @@ env: - name: POSTGRES_MIN_CONNECTIONS value: "10" - name: POSTGRES_MAX_CONNECTIONS - value: "20" + value: "30" - name: MLFLOW_HOST value: "http://sientia-tracker-mlflow-tracking.sientia-tracker.svc.cluster.local"