8d3703e4c0ba074dd136ccc8dcfeadc08f5c0620
[osm/devops.git] / installers / charm / mongodb-exporter / config.yaml
1 # Copyright 2021 Canonical Ltd.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); you may
4 # not use this file except in compliance with the License. You may obtain
5 # a copy of the License at
6 #
7 #         http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12 # License for the specific language governing permissions and limitations
13 # under the License.
14 #
15 # For those usages not covered by the Apache License, Version 2.0 please
16 # contact: legal@canonical.com
17 #
18 # To get in touch with the maintainers, please contact:
19 # osm-charmers@lists.launchpad.net
20 ##
21
22 options:
23   ingress_whitelist_source_range:
24     type: string
25     description: |
26       A comma-separated list of CIDRs to store in the
27       ingress.kubernetes.io/whitelist-source-range annotation.
28
29       This can be used to lock down access to
30       Keystone based on source IP address.
31     default: ""
32   tls_secret_name:
33     type: string
34     description: TLS Secret name
35     default: ""
36   site_url:
37     type: string
38     description: Ingress URL
39     default: ""
40   cluster_issuer:
41     type: string
42     description: Name of the cluster issuer for TLS certificates
43     default: ""