From e7a7a7b237a0a302b7c4ff22f7b72ace8a460635 Mon Sep 17 00:00:00 2001 From: arshamparity Date: Tue, 27 Jul 2021 10:43:23 +0300 Subject: [PATCH] fixing ci and replicas --- .gitlab-ci.yml | 5 +++-- helm/values.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57f0687..a4c47ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,5 +60,6 @@ deploy-parity-stg: <<: *deploy-k8s environment: name: parity-stg - rules: - - if: '$CI_COMMIT_BRANCH == "master"' +# rules: +# - if: '$CI_COMMIT_BRANCH == "master"' + diff --git a/helm/values.yaml b/helm/values.yaml index 0b6c7f9..854e8ad 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -2,7 +2,7 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 4 +replicaCount: 3 image: repository: parity/substrate-telemetry-backend