Unleash (kubernetes)
Unleash is a open source feature flag & toggle system, that gives you a great overview over all feature toggles across all your applications and services. It comes with official client implementations for Java, Node.js, Go, Ruby, Python and .NET Core.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Deployments
21
Made by
Massdriver
Official
Yes
No
Compliance
Clouds
Tags
This bundle does not have an operator guide. Add one here.
Variable | Type | Description |
---|---|---|
autoscaling.enabled | boolean | No description |
database.name | string | The name of the database to use. Note: this database must already exist! |
ingress.enabled | boolean | Enabling this will expose unleash on the public internet |
namespace | string | The kubernetes namespace to install unleash into |
resources.enable_limits | boolean | Enabling this will set resource limits in addition to the requests (values will be the same as requested values) |
resources.requests.cpu | number | The expected CPU cores required for this application. Fractional numbers are allowed (0.5 is one half of a CPU core). |
resources.requests.memory | integer | The expected Memory resources required for this application. |