X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fng-ui%2Fconfig.yaml;h=49226b77590fe5bd47902889f0df79d84e7199a9;hb=21ba9cee5d08c89b1f48c6fdfc83e04ec192f6a6;hp=7dd6d60e35906c7103218d12901c043d2ef00c93;hpb=889e8bb27900b540ef7ff08e892e3e80731069fb;p=osm%2Fdevops.git diff --git a/installers/charm/ng-ui/config.yaml b/installers/charm/ng-ui/config.yaml index 7dd6d60e..49226b77 100644 --- a/installers/charm/ng-ui/config.yaml +++ b/installers/charm/ng-ui/config.yaml @@ -16,19 +16,47 @@ # limitations under the License. options: - image: - description: Docker image name + server_name: + description: Server name type: string - default: opensourcemano/ng-ui:8.0.0rc1 + default: localhost port: - description: Port number + description: Port to expose type: int default: 80 - server_name: - description: Server name + max_file_size: + type: int + description: | + The maximum file size, in megabytes. If there is a reverse proxy in front + of Keystone, it may need to be configured to handle the requested size. + Note: if set to 0, there is no limit. + default: 0 + ingress_class: type: string - default: localhost - client_max_body_size: - description: Client maximum body size + description: | + Ingress class name. This is useful for selecting the ingress to be used + in case there are multiple ingresses in the underlying k8s clusters. + ingress_whitelist_source_range: + type: string + description: | + A comma-separated list of CIDRs to store in the + ingress.kubernetes.io/whitelist-source-range annotation. + default: "" + tls_secret_name: + type: string + description: TLS Secret name + default: "" + site_url: + type: string + description: Ingress URL + default: "" + cluster_issuer: + type: string + description: Name of the cluster issuer for TLS certificates + default: "" + image_pull_policy: type: string - default: 15M \ No newline at end of file + description: | + ImagePullPolicy configuration for the pod. + Possible values: always, ifnotpresent, never + default: always