Requirements
Install Helm on your computer and connect to your cluster.| Component | Requirement |
|---|---|
| Helm | 3.8+ |
| Kubernetes | 1.2x+ |
| Nodes | Linux OS, x86_64 architecture |
| Resources | Minimum 1GB RAM, 0.5 vCPU |
| Database | PostgreSQL |
| License | From portal.gorules.io |
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.