Skip to main content
Deploy on Kubernetes in a few simple steps.

Requirements

Install Helm on your computer and connect to your cluster.

Configure

  1. Download values.yaml from Artifact Hub
  2. Rename the file to my-values.yaml
  3. Replace variables such as appUrl and licenseKey with your values
  4. Fill in the PostgreSQL connection details

Installation

After configuring my-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:
BRMS will be available at http://localhost:4200.

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 modifying nodeSelector in my-values.yaml:
Then run helm upgrade to apply the changes.