blob: 206bca5536cad7a1e05e21622be170cdceff7526 [file] [log] [blame]
sousaedu903379c2021-02-08 13:34:21 +01001# 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
22options:
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: ""
sousaedu3cc03162021-04-29 16:53:12 +020040 cluster_issuer:
41 type: string
42 description: Name of the cluster issuer for TLS certificates
43 default: ""
sousaedu10721602021-05-18 17:28:17 +020044 mongodb_uri:
45 type: string
46 description: MongoDB URI (external database)