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