Skip to content

Commit

Permalink
feat(elasticsearch): use 7.10.2 cluster for production
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Oct 20, 2023
1 parent 4ade745 commit b930122
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/helmfile/env/production/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ app:
jwtSecretSecretName: api-app-secrets
jwtSecretSecretKey: api-app-jwt-secret
queryServiceHost: queryservice.default.svc.cluster.local:9999
elasticSearchHost: elasticsearch-master.default.svc.cluster.local:9200
elasticSearchHost: elasticsearch-master.default.svc.cluster.local:9200,elasticsearch-1.default.svc.cluster.local:9200
redis:
prefix: wikibase_production_api
# TODO is it possible to take advantage of replicas here?
Expand Down
5 changes: 5 additions & 0 deletions k8s/helmfile/env/production/mediawiki-139.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ mw:
elasticsearch:
host: elasticsearch-master.default.svc.cluster.local
port: 9200
es6: true
writeOnlyElasticsearch:
host: elasticsearch-1.default.svc.cluster.local
port: 9200
es6: false
mailgun:
enabled: false
platform:
Expand Down

0 comments on commit b930122

Please sign in to comment.