Fix 1127 bug: Use config instead of resources for SSL certificates
[osm/devops.git] / installers / charm / bundles / osm-ha / bundle.yaml
index f395830..c6f0249 100644 (file)
@@ -118,6 +118,19 @@ applications:
     annotations:
       gui-x: 250
       gui-y: -200
+  ng-ui:
+    charm: "%(prefix)s/ng-ui%(suffix)s"
+    channel: "%(channel)s"
+    scale: 1
+    series: kubernetes
+    options:
+      port: 80
+      https_port: 443
+      server_name: localhost
+      client_max_body_size: 15M
+    annotations:
+      gui-x: 500
+      gui-y: 100
   lcm-k8s:
     charm: "cs:~charmed-osm/lcm-k8s"
     channel: "%(channel)s"
@@ -242,3 +255,5 @@ relations:
     - "mongodb-k8s:mongo"
   - - "pla:mysql"
     - "mariadb-k8s:mysql"
+  - - 'ng-ui:nbi'
+    - 'nbi-k8s:nbi'