2017-02-03 10:24:31 -05:00
|
|
|
# Copyright 2017 The Openstack-Helm Authors.
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
2016-11-25 16:27:18 -08:00
|
|
|
|
2016-12-15 17:20:47 -08:00
|
|
|
replicas: 3
|
|
|
|
|
2017-05-12 10:10:07 -05:00
|
|
|
force_bootstrap: false
|
2016-12-29 11:22:02 -08:00
|
|
|
|
2017-02-01 21:47:59 -06:00
|
|
|
resources:
|
|
|
|
enabled: false
|
|
|
|
api:
|
|
|
|
limits:
|
|
|
|
memory: "128Mi"
|
|
|
|
cpu: "500m"
|
|
|
|
requests:
|
|
|
|
memory: "128Mi"
|
|
|
|
cpu: "500m"
|
|
|
|
|
2016-12-15 17:20:47 -08:00
|
|
|
# this drives the service name, and statefulset name
|
|
|
|
service_name: mariadb
|
2016-11-25 16:27:18 -08:00
|
|
|
|
2016-11-23 13:26:08 -08:00
|
|
|
images:
|
2017-05-12 10:10:07 -05:00
|
|
|
mariadb: mariadb:10.1.23
|
2017-01-12 14:51:36 -08:00
|
|
|
pull_policy: IfNotPresent
|
2016-11-25 16:27:18 -08:00
|
|
|
|
2016-11-23 13:26:08 -08:00
|
|
|
volume:
|
2017-05-12 10:10:07 -05:00
|
|
|
enabled: true
|
2016-11-30 14:36:21 -08:00
|
|
|
class_name: general
|
2017-04-30 14:56:04 -05:00
|
|
|
size: 2Gi
|
2016-11-25 16:27:18 -08:00
|
|
|
|
2016-11-23 13:26:08 -08:00
|
|
|
labels:
|
2016-11-25 16:27:18 -08:00
|
|
|
node_selector_key: openstack-control-plane
|
|
|
|
node_selector_value: enabled
|
|
|
|
|
2016-11-18 16:34:36 +01:00
|
|
|
network:
|
|
|
|
port:
|
2016-12-15 17:20:47 -08:00
|
|
|
ist: 4444
|
2017-05-12 10:10:07 -05:00
|
|
|
mariadb: 3306
|
|
|
|
wsrep: 4567
|
2017-02-03 10:24:31 -05:00
|
|
|
|
2016-11-18 16:34:36 +01:00
|
|
|
database:
|
|
|
|
root_password: password
|
2017-05-12 10:10:07 -05:00
|
|
|
|
|
|
|
# Any configuration here will override the base config.
|
|
|
|
# config_override: |-
|
|
|
|
# [mysqld]
|
|
|
|
# wsrep_slave_threads=1
|