X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fbundles%2Fosm-ha%2Fbundle.yaml;h=ea3d7a14b22fd8000eef6e4a525978813061429d;hb=16b5fb13e9514a40a48f183da220bbeffe02e490;hp=f395830ebf984f3e81a884edbace205f997b9c3d;hpb=5863d3e8d8dca5108d89b993d5eb019ab16df587;p=osm%2Fdevops.git diff --git a/installers/charm/bundles/osm-ha/bundle.yaml b/installers/charm/bundles/osm-ha/bundle.yaml index f395830e..ea3d7a14 100644 --- a/installers/charm/bundles/osm-ha/bundle.yaml +++ b/installers/charm/bundles/osm-ha/bundle.yaml @@ -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: 3 + 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" @@ -132,7 +145,6 @@ applications: vca_password: secret vca_pubkey: pubkey vca_cacert: cacert - vca_apiproxy: apiproxy use_external_vca: true DATABASE_COMMONKEY: osm annotations: @@ -172,7 +184,7 @@ applications: annotations: gui-x: -250 gui-y: 550 - pla-k8s: + pla: charm: "%(prefix)s/pla%(suffix)s" channel: "%(channel)s" scale: 3 @@ -240,5 +252,5 @@ relations: - "kafka-k8s:kafka" - - "pla:mongo" - "mongodb-k8s:mongo" - - - "pla:mysql" - - "mariadb-k8s:mysql" + - - 'ng-ui:nbi' + - 'nbi-k8s:nbi'