blob: 7d89daff79fc3a392bc5381779d1d3feb4feaba7 [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:
okozachenko1203d096bbd2022-09-26 22:49:41 +100016 conf:
Mohammed Naser2145fc32023-01-29 23:23:03 +000017 pools: "{{ designate_pools }}"
Michiel Piscaer30d8e7b2022-07-08 13:06:27 +000018 endpoints: "{{ openstack_helm_endpoints }}"
19 images:
Michiel Piscaer60d09f92023-01-20 18:58:55 +010020 tags: "{{ atmosphere_images | vexxhost.atmosphere.openstack_helm_image_tags('designate') }}"
Michiel Piscaer96375162022-09-15 13:25:49 +020021 pod:
22 replicas:
23 api: 3
24 central: 3
25 mdns: 3
26 producer: 3
27 sink: 3
28 worker: 3
Michiel Piscaer4736bea2022-09-13 16:12:33 +020029 manifests:
30 ingress_api: false
Mohammed Naser9c17edd2022-12-06 02:27:51 +000031 service_ingress_api: false