Skip to content

Commit

Permalink
docs: make persistence documentation more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasoares authored Jan 24, 2024
1 parent 3236eeb commit f6d95e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The command removes all the Kubernetes components associated with the chart and
## Persistence

The Deckard chart deploys MongoDB for storage and Redis for the cache by default. By setting `storage.type` to `MONGODB` and `cache.type` to `REDIS`, the chart will use the deployed MongoDB and Redis instances for storage and caching. If you want to use existing MongoDB or self-deployed Redis, set `mongodb.enabled` and `redis.enabled` to `false`, respectively. You can also modify the storage and cache URIs manually if needed.
The Deckard chart deploys MongoDB for storage and Redis for the cache by default. By setting `storage.type` to `MONGODB` and `cache.type` to `REDIS` (the default values), the chart will use the deployed MongoDB and Redis instances for storage and caching. If you want to use an existing MongoDB or Redis, you may set either `mongodb.enabled` or `redis.enabled` to `false`. Then you should configure the storage and cache URIs manually to connect to your instances.

For more information about Deckard's configuration, refer to the [Deckard's configuration documentation](https://github.com/takenet/deckard#configuration).

Expand Down Expand Up @@ -163,4 +163,4 @@ Please refer to the [contribution guidelines](https://github.com/takenet/deckard

## License

This project is licensed under the [MIT License](https://github.com/takenet/deckard/blob/main/LICENSE).
This project is licensed under the [MIT License](https://github.com/takenet/deckard/blob/main/LICENSE).

0 comments on commit f6d95e6

Please sign in to comment.