Skip to content

Commit

Permalink
fix: set correct elasticsearch values
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Feb 14, 2024
1 parent 17ed7ce commit 429cb24
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion build/ci/integration-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ localSettings:
DEBUG: true
DOMAIN_LANGUAGE: {}
APSCHEDULER_NAME: "apscheduler-{{ .Values.deployEnv }}"
SEARCH_URL: "http://elasticsearch-data:9200"
TURN_SERVER: ''
USE_CLOUDFLARE: false
FRONT_END_URL: "http://${NAME}.integration.sefaria.org"
Expand Down
4 changes: 1 addition & 3 deletions build/ci/production-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ nginx:
containerImage:
imageRegistry:
tag:
SEARCH_HOST: contextus-es-http.elasticsearch.svc
SEARCH_HOST: elasticsearch-8-http.elasticsearch.svc
disableScraping: false
replicaCount: 2
resources:
Expand All @@ -150,7 +150,6 @@ cronJobs:
enabled: false
reindexElasticSearch:
enabled: true
SEARCH_HOST_ES6: "contextus-es-default-0.elasticsearch.svc"
SEARCH_HOST_ES8: "elasticsearch-8-es-default.elasticsearch.svc"
topicsIndexing:
enabled: true
Expand Down Expand Up @@ -179,7 +178,6 @@ localSettings:
}
MONGO_HOST: "mongo"
APSCHEDULER_NAME: "apscheduler-{{ .Values.deployEnv }}"
SEARCH_URL: "http://contextus-es-http.elasticsearch.svc:9200"
TURN_SERVER: ''
USE_CLOUDFLARE: false
FRONT_END_URL: "http://contextus.org"
Expand Down
1 change: 0 additions & 1 deletion build/ci/sandbox-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ localSettings:
DEBUG: false
DOMAIN_LANGUAGE: {}
APSCHEDULER_NAME: "apscheduler-{{ .Values.deployEnv }}"
SEARCH_URL: "http://elasticsearch-data:9200"
TURN_SERVER: ''
USE_CLOUDFLARE: false
FRONT_END_URL: "http://${NAME}.cauldron.sefaria.org"
Expand Down

0 comments on commit 429cb24

Please sign in to comment.