Requirements
Install Helm on your computer and connect to your cluster.Configure
- Download
values.yamlfrom Artifact Hub - Rename the file to
my-values.yaml - Replace variables such as
appUrlandlicenseKeywith your values - Fill in the PostgreSQL connection details
Installation
After configuringmy-values.yaml, install GoRules BRMS:
Install a specific version by adding
--version 1.6.0 before -f my-values.yaml.For production environments, set up ingress on a proper URL.
Test installation
Forward the port for testing:Upgrade
Upgrade to a new version:Replace
--version x.x.x with the actual version number, such as --version 1.6.0.FAQ
Multi-architecture node pools
If you’re running multi-architecture node pools, force Linux OS and x86_64 architecture by modifyingnodeSelector in my-values.yaml:
helm upgrade to apply the changes.