Channel Revision Published Runs on
latest/stable 128 05 Jun 2025
Ubuntu 22.04
latest/edge 130 29 Jul 2025
Ubuntu 22.04
3.0/stable 128 01 Aug 2025
Ubuntu 22.04
3.0/edge 131 01 Aug 2025
Ubuntu 22.04
2.0/stable 26 30 Jul 2025
Ubuntu 22.04
2.0/edge 123 01 Apr 2025
Ubuntu 22.04
1.0/edge 12 17 Oct 2023
Ubuntu 22.04
juju deploy openfga-k8s
Show information

Platform:

Learn about configurations >

  • 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/