osm-juju-simplestreams

Juju simplestreams

Channel Revision Published Runs on
latest/beta 4 01 Sep 2022
Ubuntu 22.04 Ubuntu 20.04
latest/beta 3 31 Aug 2022
Ubuntu 22.04 Ubuntu 20.04
latest/edge 1 27 Jun 2022
Ubuntu 22.04
juju deploy osm-juju-simplestreams --channel beta
Show information

Platform:

Learn about configurations >

  • external-hostname | string

    The url that will be configured in the Kubernetes ingress.

    The easiest way of configuring the external-hostname without having the DNS setup is by using a Wildcard DNS like nip.io constructing the url like so:

    • nbi.127.0.0.1.nip.io (valid within the K8s cluster node)
    • nbi.<k8s-worker-ip>.nip.io (valid from outside the K8s cluster node)

    This option is only applicable when the Kubernetes cluster has nginx ingress configured and the charm is related to the nginx-ingress-integrator. See more: https://charmhub.io/nginx-ingress-integrator

  • max-body-size | int

    Default: 20

    Max allowed body-size (for file uploads) in megabytes, set to 0 to disable limits.

  • tls-secret-name | string

    TLS secret name to use for ingress.