Skip to content

Commit

Permalink
Change helm deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
gotha committed Jul 20, 2020
1 parent 271978d commit 9d05335
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
@@ -1,7 +1,7 @@
# Values used for the deployed application.
replicaCount: 2
service:
name: content-rw-elasticsearch
name: content-rw-elasticsearch-legacy
env:
KAFKA_TOPIC: CombinedPostPublicationEvents
KAFKA_CONCURRENT_PROCESSING: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Values used for the deployed application.
replicaCount: 0
service:
name: content-rw-elasticsearch-reindexer
name: content-rw-elasticsearch-reindexer-legacy
env:
KAFKA_TOPIC: ForcedCombinedPostPublicationEvents
KAFKA_CONCURRENT_PROCESSING: true
Expand Down
2 changes: 1 addition & 1 deletion helm/content-rw-elasticsearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ env:
KAFKA_CONCURRENT_PROCESSING: ""
PUBLIC_CONCORDANCES_ENDPOINT: ""
INTERNAL_CONTENT_API_URL: ""
ELASTICSEARCH_SAPI_INDEX: "ft"
ELASTICSEARCH_SAPI_INDEX: "ft-legacy"

0 comments on commit 9d05335

Please sign in to comment.