Skip to content

Commit

Permalink
helm(search): move SEARCH_HOST values to prod file
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed Dec 4, 2023
1 parent 580dc7d commit 740500f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build/ci/production-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ cronJobs:
enabled: true
reindexElasticSearch:
enabled: true
SEARCH_HOST_ES6: "elasticsearch-data"
SEARCH_HOST_ES8: "elasticsearch-es-http.elasticsearch.svc"
topicsIndexing:
enabled: true
trello:
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/sefaria-project/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ cronJobs:
enabled: false
reindexElasticSearch:
enabled: false
SEARCH_HOST_ES6: "elasticsearch-data"
SEARCH_HOST_ES8: "elasticsearch-es-http.elasticsearch.svc"
SEARCH_HOST_ES6: ""
SEARCH_HOST_ES8: ""
topicsIndexing:
enabled: false
trello:
Expand Down

0 comments on commit 740500f

Please sign in to comment.