From 658dc4f2fe34dab614d9116df71101ff9a93b719 Mon Sep 17 00:00:00 2001 From: Michael Auer Date: Tue, 15 Dec 2020 14:43:23 +0100 Subject: [PATCH] ~ replicaCount = 2 (staging + production) --- helmvalues/client.Production.yaml | 2 ++ helmvalues/client.Staging.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/helmvalues/client.Production.yaml b/helmvalues/client.Production.yaml index 6a565f4a8..7b780c80d 100644 --- a/helmvalues/client.Production.yaml +++ b/helmvalues/client.Production.yaml @@ -2,6 +2,8 @@ fullnameOverride: isa-ui image: harborRepo: isa/ui tag: prod-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% + +replicaCount: 2 ingress: enabled: true diff --git a/helmvalues/client.Staging.yaml b/helmvalues/client.Staging.yaml index 454e81692..31d50e3e1 100644 --- a/helmvalues/client.Staging.yaml +++ b/helmvalues/client.Staging.yaml @@ -2,6 +2,8 @@ fullnameOverride: isa-ui image: harborRepo: isa/ui tag: prod-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION% + +replicaCount: 2 ingress: enabled: true