This module defines the kubernetes resources required to run Redis.
The config.js file gathers the configuration for this module.
This module exports 2 kubernetes resources through the createResources function from the iac.js file.
Define the redis stateful set:
A headless service forwards traffic to the postgres database. The idea behind using a headless service is to get a unique dns entry that can be referenced by the backend and other (micro)services.
This module is being used in the following projects:
Version | Tag | Published |
---|---|---|
7.6.0 | latest | 14d ago |