Deploying Cloud Native Unified Data Repository
The Unified Data Repository requires a MySQL database to store the configuration and run time data.
Before deploying the Cloud Native Unified Data Repository in Kubernetes Cluster, update the following parameters in the ocudr-custom-values-1.5.0.yaml file:
Table 2-3 ocudr-custom-values-1.5.0.yaml Parameters
| Section | Parameter | Services |
|---|---|---|
| Global | mysql: |
|
| udrdbservice: |
|
|
| nrfclient | nrfclient: | |
| host: |
|
Table 2-4 Deploying OCUDR in Kubernetes Cluster
| Step | Description | Command |
|---|---|---|
| 1 |
To deploy Cloud Native Unified Data Repository in Kubernetes Cluster using the ocudr-custom-values-1.5.0.yaml file. This yaml file is modified by you while referring to the ocudr-custom-values-1.5.0.yaml Parameters table. |
helm install <helm chart>
[--version <OCUDR version>] --name <release> --namespace <k8s
namespace> -f <ocudr-custom-values-1.5.0.yaml>
In the above command:
|
| 2 | (Optional) Customize the Unified Data Repository by overriding the default values of various configurable parameters. See Customizing Unified Data Repository |


