
OpenFGA
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 128 | 05 Jun 2025 | |
latest/edge | 130 | 29 Jul 2025 | |
3.0/stable | 128 | 01 Aug 2025 | |
3.0/edge | 131 | 01 Aug 2025 | |
2.0/stable | 26 | 30 Jul 2025 | |
2.0/edge | 123 | 01 Apr 2025 | |
1.0/edge | 12 | 17 Oct 2023 |
juju deploy openfga-k8s
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
cpu | string
K8s cpu resource limit, e.g. "1" or "500m". Default is unset (no limit). This value is used for the "limits" portion of the resource requirements (the "requests" portion is automatically deduced from it). See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
-
log-level | string
Default: info
Configures the log level of gunicorn.
Acceptable values are: "info", "debug", "warning", "error" and "critical"
-
memory | string
K8s memory resource limit, e.g. "1Gi". Default is unset (no limit). This value is used for the "limits" portion of the resource requirements (the "requests" portion is automatically deduced from it). See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/