X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fng-ui%2Fconfig.yaml;h=3d538fefafb187fa1ff225974a20b2774f167c30;hb=16b5fb13e9514a40a48f183da220bbeffe02e490;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..3d538fef 100644 --- a/installers/charm/ng-ui/config.yaml +++ b/installers/charm/ng-ui/config.yaml @@ -24,6 +24,10 @@ options: description: Port number type: int default: 80 + https_port: + description: Port number + type: int + default: 443 server_name: description: Server name type: string @@ -32,11 +36,9 @@ options: description: Client maximum body size type: string default: 15M - nbi_hostname: - description: NBI hostname + ssl_certificate: + description: Base64 encoded ssl certificate + type: string + ssl_certificate_key: + description: Base64 encoded ssl certificate key type: string - default: nbi-k8s - nbi_port: - description: NBI Port - type: int - default: 9999