2 minute read
Following the local deployment of the UMH stack you probably encountered the option to customize your deployment with a file called development.yaml
.
The default installation deploys with the following services and respective configuration:
extraFlags:
- --maxmemory 200mb
Resources:
The default installation requires at least 1 CPU core and 4GB of RAM. For each additional service you want to enable, you might need to increase the CPU count or the amount of RAM.
If you decide to enable all the services in the stack you will need at least 4 CPU cores and 8GB of RAM.
Once you have deployed the UMH stack in you preferred way, you can customize the enabled services and their configuration simply by following these steps.
Access the system where the stack is deployed. For example, in the case you chose to use a virtual machine, you can simply SSH into it.
Navigate to the configs folder
cd /home/rancher/configs
Open the file united-manufacturing-hub-development.yaml
with your preferred text editor
nano united-manufacturing-hub-development.yaml
Now just add the configuration that you want following this structure.
When you are done save and close the file
Upgrade the Helm Release
helm upgrade -f united-manufacturing-hub-development.yaml united-manufacturing-hub united-manufacturing-hub/united-manufacturing-hub -n united-manufacturing-hub