From e8139c748f464585779243f2f7f07e7c8a862d13 Mon Sep 17 00:00:00 2001 From: ychung-mot Date: Wed, 27 Mar 2024 11:24:33 -0700 Subject: [PATCH 1/2] chore: uat 2 replicas --- helm/main/values-uat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/main/values-uat.yaml b/helm/main/values-uat.yaml index e8982b46..88dc1839 100644 --- a/helm/main/values-uat.yaml +++ b/helm/main/values-uat.yaml @@ -23,7 +23,7 @@ route: frontend: enabled: true - replicaCount: 1 + replicaCount: 2 nameOverride: strdss-uat-frontend fullnameOverride: strdss-uat-frontend secretName: strdss-secrets-uat From df26061d4927a90ddbd9375e41311088bd898c91 Mon Sep 17 00:00:00 2001 From: ychung-mot Date: Wed, 27 Mar 2024 11:27:20 -0700 Subject: [PATCH 2/2] chore: probes --- helm/_backend/templates/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/_backend/templates/deployment.yaml b/helm/_backend/templates/deployment.yaml index f3b15d74..ea964897 100644 --- a/helm/_backend/templates/deployment.yaml +++ b/helm/_backend/templates/deployment.yaml @@ -96,9 +96,9 @@ spec: path: /healthz port: http scheme: HTTP - initialDelaySeconds: 60 + initialDelaySeconds: 10 timeoutSeconds: 10 - periodSeconds: 60 + periodSeconds: 10 successThreshold: 1 failureThreshold: 5 livenessProbe: @@ -106,9 +106,9 @@ spec: path: /api/networkchecker port: http scheme: HTTP - initialDelaySeconds: 60 + initialDelaySeconds: 10 timeoutSeconds: 10 - periodSeconds: 60 + periodSeconds: 10 successThreshold: 1 failureThreshold: 5 resources: