X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=installers%2Fcharm%2Fbundles%2Fosm%2Fbundle.yaml;h=6207fd88c5d08d8ed7247016a6dc7fb17267573c;hb=9425dd2d4a3a0ac8c0bb6dd8d71b0c4b71045f62;hp=71465f6c13e53b1b638773b9dcab409e8d67de20;hpb=5863d3e8d8dca5108d89b993d5eb019ab16df587;p=osm%2Fdevops.git diff --git a/installers/charm/bundles/osm/bundle.yaml b/installers/charm/bundles/osm/bundle.yaml index 71465f6c..6207fd88 100644 --- a/installers/charm/bundles/osm/bundle.yaml +++ b/installers/charm/bundles/osm/bundle.yaml @@ -125,8 +125,12 @@ applications: 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: "%(prefix)s/lcm-k8s%(suffix)s" channel: "%(channel)s" @@ -141,7 +145,6 @@ applications: vca_password: secret vca_pubkey: pubkey vca_cacert: cacert - vca_apiproxy: apiproxy use_external_vca: false DATABASE_COMMONKEY: osm annotations: @@ -251,3 +254,5 @@ relations: - "mongodb-k8s:mongo" - - "pla:mysql" - "mariadb-k8s:mysql" + - - 'ng-ui:nbi' + - 'nbi-k8s:nbi'