-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a single OpenSearch node in production
As we only deploy RADIS on one performant server we don't need multiple OpenSearch nodes. We also don't need the security plugin enabled as nothing of OpenSearch is directly exposed to the user (its always behind the Django app). Even if we would use multiple nodes on different machines, then Docker Swarm can provide the network encryption and we wouldn't need SSL/TLS.
- Loading branch information
Showing
2 changed files
with
7 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters