Remove api_proxy from osm bundles
[osm/devops.git] / installers / charm / ng-ui / config.yaml
index fccc787..3d538fe 100644 (file)
@@ -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