X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fgrafana-k8s%2Ftests%2Fbundles%2Fgrafana-ha.yaml;fp=installers%2Fcharm%2Fgrafana-k8s%2Ftests%2Fbundles%2Fgrafana-ha.yaml;h=bce8ad62e31d28759f2f31b94804cf309f422a39;hb=e4c6aeb7d0f548675ec88afde016b30920c97698;hp=0000000000000000000000000000000000000000;hpb=89f86a35ba689fb6706020008372075b16aa21a6;p=osm%2Fdevops.git diff --git a/installers/charm/grafana-k8s/tests/bundles/grafana-ha.yaml b/installers/charm/grafana-k8s/tests/bundles/grafana-ha.yaml new file mode 100644 index 00000000..bce8ad62 --- /dev/null +++ b/installers/charm/grafana-k8s/tests/bundles/grafana-ha.yaml @@ -0,0 +1,38 @@ +# Copyright 2021 Canonical Ltd. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# +# For those usages not covered by the Apache License, Version 2.0 please +# contact: legal@canonical.com +# +# To get in touch with the maintainers, please contact: +# osm-charmers@lists.launchpad.net +## + +bundle: kubernetes +applications: + prometheus-k8s: + charm: 'cs:~charmed-osm/prometheus-k8s' + channel: 'edge' + scale: 2 + options: + default-target: "mon-k8s:8000" + series: kubernetes + storage: + database: 50M + grafana-k8s: + charm: '../../release' + scale: 2 +relations: + - - 'grafana-k8s:prometheus' + - 'prometheus-k8s:prometheus'