From 11c374708ddc21f792a86ebabd6e9b1dca4abe72 Mon Sep 17 00:00:00 2001 From: jschaul Date: Mon, 31 Jan 2022 17:31:58 +0100 Subject: [PATCH] stay consistent in the examples to wire-server#2079 This should only be merged once the changes in wire-server#2079 have made their way to wire-server/master --- .../helm_vars/wire-server/values.yaml | 2 +- values/wire-server/demo-values.example.yaml | 2 +- values/wire-server/prod-values.example.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/multi-node-k8s-with-lb-and-dns/helm_vars/wire-server/values.yaml b/examples/multi-node-k8s-with-lb-and-dns/helm_vars/wire-server/values.yaml index 115e05f3e..b60bdcfa4 100644 --- a/examples/multi-node-k8s-with-lb-and-dns/helm_vars/wire-server/values.yaml +++ b/examples/multi-node-k8s-with-lb-and-dns/helm_vars/wire-server/values.yaml @@ -7,7 +7,7 @@ tags: cassandra-migrations: cassandra: host: cassandra-ephemeral - replicaCount: 1 + replicationFactor: 1 elasticsearch-index: elasticsearch: diff --git a/values/wire-server/demo-values.example.yaml b/values/wire-server/demo-values.example.yaml index f91b43ac6..e258b4d89 100644 --- a/values/wire-server/demo-values.example.yaml +++ b/values/wire-server/demo-values.example.yaml @@ -7,7 +7,7 @@ cassandra-migrations: # tag: some-tag (only override if you want a newer/different version than what is in the chart) cassandra: host: cassandra-ephemeral - replicaCount: 1 + replicationFactor: 1 elasticsearch-index: elasticsearch: diff --git a/values/wire-server/prod-values.example.yaml b/values/wire-server/prod-values.example.yaml index d5d6b6e96..5a21b51e1 100644 --- a/values/wire-server/prod-values.example.yaml +++ b/values/wire-server/prod-values.example.yaml @@ -10,7 +10,7 @@ cassandra-migrations: # tag: some-tag (only override if you want a newer/different version than what is in the chart) cassandra: host: cassandra-external - replicaCount: 3 + replicationFactor: 3 elasticsearch-index: elasticsearch: