X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fng-ui%2Fconfig.yaml;fp=installers%2Fcharm%2Fng-ui%2Fconfig.yaml;h=279b759118b0db63d19d7c0dbbc6eb735b88f01d;hb=ef349d9224f93fcc3eeb7a26f71c6a128ffbf96a;hp=022d150bf4e39663f46852ffab1129366a0b33ce;hpb=f96d1cf00d281325f915bd966c28013243a31c10;p=osm%2Fdevops.git diff --git a/installers/charm/ng-ui/config.yaml b/installers/charm/ng-ui/config.yaml index 022d150b..279b7591 100644 --- a/installers/charm/ng-ui/config.yaml +++ b/installers/charm/ng-ui/config.yaml @@ -16,37 +16,32 @@ # limitations under the License. options: - image: - description: Docker image name - type: string - default: opensourcemano/ng-ui:8 - image_username: - description: Docker repository username - type: string - default: "" - image_password: - description: Docker repository password + server_name: + description: Server name type: string - default: "" + 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 - type: string - default: localhost - client_max_body_size: - description: Client maximum body size + 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: 15M - ssl_certificate: - description: Base64 encoded ssl certificate + description: | + A comma-separated list of CIDRs to store in the + ingress.kubernetes.io/whitelist-source-range annotation. + default: "" + tls_secret_name: type: string - ssl_certificate_key: - description: Base64 encoded ssl certificate key + description: TLS Secret name + default: "" + site_url: type: string + description: Ingress URL + default: ""