blob: 1bf3970374fcb272a2b51f2b6f3abca4de0b397d [file] [log] [blame]
Michiel Piscaer30d8e7b2022-07-08 13:06:27 +00001# Copyright (c) 2022 VEXXHOST, Inc.
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
Mohammed Naser2145fc32023-01-29 23:23:03 +000015_designate_helm_values:
Michiel Piscaer30d8e7b2022-07-08 13:06:27 +000016 endpoints: "{{ openstack_helm_endpoints }}"
17 images:
Michiel Piscaer60d09f92023-01-20 18:58:55 +010018 tags: "{{ atmosphere_images | vexxhost.atmosphere.openstack_helm_image_tags('designate') }}"
Mohammed Naser0a13cee2023-03-02 11:28:29 +010019 conf:
20 designate:
Oleksandr K.bb5bb962024-12-23 04:33:13 -080021 DEFAULT:
22 log_config_append: null
Mohammed Naserc6e431b2024-03-15 01:21:44 -040023 database:
Mohammed Naser66c3d0e2024-08-10 06:01:40 -070024 connection_recycle_time: 600
25 max_overflow: 50
26 max_pool_size: 5
27 pool_timeout: 30
Mohammed Naser0a13cee2023-03-02 11:28:29 +010028 service:central:
Mohammed Naser8ccabb62025-02-05 13:20:09 -050029 managed_resource_tenant_id: "{{ _designate_project_info.projects[0].id }}"
Mohammed Naser0a13cee2023-03-02 11:28:29 +010030 pools: "{{ designate_pools | to_yaml }}"
Michiel Piscaer96375162022-09-15 13:25:49 +020031 pod:
32 replicas:
33 api: 3
34 central: 3
35 mdns: 3
36 producer: 3
37 sink: 3
38 worker: 3
Michiel Piscaer4736bea2022-09-13 16:12:33 +020039 manifests:
40 ingress_api: false
Mohammed Naser9c17edd2022-12-06 02:27:51 +000041 service_ingress_api: false