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