X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fng-ui%2Fconfig.yaml;h=279b759118b0db63d19d7c0dbbc6eb735b88f01d;hb=021b307297a6ab8dfe9ee3af03154989bcd9e0e8;hp=fccc7874881f8360b7b5127e8bd77eadb50b51be;hpb=081f469ea6358cdd9c6d4c992a7668a2199c8cdc;p=osm%2Fdevops.git diff --git a/installers/charm/ng-ui/config.yaml b/installers/charm/ng-ui/config.yaml index fccc7874..279b7591 100644 --- a/installers/charm/ng-ui/config.yaml +++ b/installers/charm/ng-ui/config.yaml @@ -16,27 +16,32 @@ # 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_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 - nbi_hostname: - description: NBI hostname + description: TLS Secret name + default: "" + site_url: type: string - default: nbi-k8s - nbi_port: - description: NBI Port - type: int - default: 9999 + description: Ingress URL + default: ""