X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fbundles%2Fosm%2Fbundle.yaml;h=54d9f590d7ee171d2385c4b5dfb23a26c6fbf854;hb=refs%2Fchanges%2F23%2F9323%2F2;hp=fc3dbcb4d632de4a56894586a561b743ffcd5d9f;hpb=82c5ffa15e1abb4c7ff58dc489f22cbe276c78c3;p=osm%2Fdevops.git diff --git a/installers/charm/bundles/osm/bundle.yaml b/installers/charm/bundles/osm/bundle.yaml index fc3dbcb4..54d9f590 100644 --- a/installers/charm/bundles/osm/bundle.yaml +++ b/installers/charm/bundles/osm/bundle.yaml @@ -29,25 +29,25 @@ applications: annotations: gui-x: 0 gui-y: 1100 - mariadb-k8s: - charm: 'cs:~charmed-osm/mariadb-k8s' - channel: 'stable' - scale: 1 - series: kubernetes - storage: - database: 50M - options: - password: manopw - root_password: osm4u - user: mano - database: database - mysql_port: "3306" - query-cache-type: "OFF" - query-cache-size: 0 - ha-mode: false - annotations: - gui-x: -500 - gui-y: -400 + # mariadb-k8s: + # charm: 'cs:~charmed-osm/mariadb-k8s' + # channel: 'stable' + # scale: 1 + # series: kubernetes + # storage: + # database: 50M + # options: + # password: manopw + # root_password: osm4u + # user: mano + # database: database + # mysql_port: "3306" + # query-cache-type: "OFF" + # query-cache-size: 0 + # ha-mode: false + # annotations: + # gui-x: -500 + # gui-y: -400 kafka-k8s: charm: 'cs:~charmed-osm/kafka-k8s' channel: 'stable' @@ -118,6 +118,15 @@ applications: annotations: gui-x: 500 gui-y: -400 + ng-ui: + charm: '%(prefix)s/ng-ui%(suffix)s' + channel: '%(channel)s' + scale: 1 + series: kubernetes + options: + port: 80 + server_name: localhost + client_max_body_size: 15M lcm-k8s: charm: '%(prefix)s/lcm-k8s%(suffix)s' channel: '%(channel)s'