Juju simplestreams
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/beta | 4 | 01 Sep 2022 | |
| latest/beta | 3 | 31 Aug 2022 | |
| latest/edge | 1 | 27 Jun 2022 |
juju deploy osm-juju-simplestreams --channel beta
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:
-
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.