Michiel Piscaer | 30d8e7b | 2022-07-08 13:06:27 +0000 | [diff] [blame] | 1 | # 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 Naser | 2145fc3 | 2023-01-29 23:23:03 +0000 | [diff] [blame] | 15 | _designate_helm_values: |
Michiel Piscaer | 30d8e7b | 2022-07-08 13:06:27 +0000 | [diff] [blame] | 16 | endpoints: "{{ openstack_helm_endpoints }}" |
| 17 | images: |
Michiel Piscaer | 60d09f9 | 2023-01-20 18:58:55 +0100 | [diff] [blame] | 18 | tags: "{{ atmosphere_images | vexxhost.atmosphere.openstack_helm_image_tags('designate') }}" |
Mohammed Naser | 0a13cee | 2023-03-02 11:28:29 +0100 | [diff] [blame] | 19 | conf: |
| 20 | designate: |
vexxhost-bot | 5576ed4 | 2025-01-08 02:38:26 -0500 | [diff] [blame] | 21 | DEFAULT: |
| 22 | log_config_append: null |
Mohammed Naser | c6e431b | 2024-03-15 01:21:44 -0400 | [diff] [blame] | 23 | database: |
vexxhost-bot | b6d97b9 | 2024-08-11 23:04:34 -0400 | [diff] [blame] | 24 | connection_recycle_time: 600 |
| 25 | max_overflow: 50 |
| 26 | max_pool_size: 5 |
| 27 | pool_timeout: 30 |
Mohammed Naser | 0a13cee | 2023-03-02 11:28:29 +0100 | [diff] [blame] | 28 | service:central: |
| 29 | managed_resource_tenant_id: "{{ _designate_project_info.openstack_projects[0].id }}" |
| 30 | pools: "{{ designate_pools | to_yaml }}" |
Michiel Piscaer | 9637516 | 2022-09-15 13:25:49 +0200 | [diff] [blame] | 31 | pod: |
| 32 | replicas: |
| 33 | api: 3 |
| 34 | central: 3 |
| 35 | mdns: 3 |
| 36 | producer: 3 |
| 37 | sink: 3 |
| 38 | worker: 3 |
Michiel Piscaer | 4736bea | 2022-09-13 16:12:33 +0200 | [diff] [blame] | 39 | manifests: |
| 40 | ingress_api: false |
Mohammed Naser | 9c17edd | 2022-12-06 02:27:51 +0000 | [diff] [blame] | 41 | service_ingress_api: false |