X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fng-ui%2Fconfig.yaml;h=df0969834c47b7ffb466c73aa86ac93c99da3095;hb=1d5c221862067b3b5b6e0555dcc4eb6c34e9a9f9;hp=a80a280ec5c19e550eed8448712769e2a78b413c;hpb=a4a37f7f9f5410ff2c7833b76bdc85f752c74849;p=osm%2Fdevops.git diff --git a/installers/charm/ng-ui/config.yaml b/installers/charm/ng-ui/config.yaml index a80a280e..df096983 100644 --- a/installers/charm/ng-ui/config.yaml +++ b/installers/charm/ng-ui/config.yaml @@ -16,29 +16,36 @@ # limitations under the License. options: - image: - description: Docker image name + server_name: + description: Server name type: string - default: opensourcemano/ng-ui:8 + default: localhost port: - description: Port number + description: Port to expose type: int default: 80 - https_port: - description: Port number + max_file_size: type: int - default: 443 - server_name: - description: Server name + 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_whitelist_source_range: type: string - default: localhost - client_max_body_size: - description: Client maximum body size + description: | + A comma-separated list of CIDRs to store in the + ingress.kubernetes.io/whitelist-source-range annotation. + default: "" + tls_secret_name: type: string - default: 15M - ssl_certificate: - description: Base64 encoded ssl certificate + description: TLS Secret name + default: "" + site_url: type: string - ssl_certificate_key: - description: Base64 encoded ssl certificate key + description: Ingress URL + default: "" + cluster_issuer: type: string + description: Name of the cluster issuer for TLS certificates + default: ""