Service configuration

Service configuration

The Rhize services have different configuration parameters, as documented in the following pages.

To configure services in Kubernetes, add your configs to an overrides file. For example, you might add your configuration to the core service through a command like this:

helm upgrade --install <MY_CORE_INSTANCE> -f ./<CORE_OVERRIDES>.yaml libremfg/core -n <MY_RHIZE_NAMESPACE>

On successful deployment, this configuration is added to the Kubernetes ConfigMap.