Skip to content

Commit

Permalink
stay consistent in the examples to wire-server#2079 (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaul authored Feb 14, 2022
1 parent 1289a6f commit f5ba97f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
cassandra-migrations:
cassandra:
host: cassandra-ephemeral
replicaCount: 1
replicationFactor: 1

elasticsearch-index:
elasticsearch:
Expand Down
2 changes: 1 addition & 1 deletion values/wire-server/demo-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion values/wire-server/prod-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f5ba97f

Please sign in to comment.