1 # Copyright © 2018 Amdocs, Bell Canada
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
7 # http://www.apache.org/licenses/LICENSE-2.0
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
15 #################################################################
16 # Global configuration defaults.
17 #################################################################
19 repository: nexus3.onap.org:10001
20 readinessRepository: oomk8s
21 readinessImage: readiness-check:2.0.2
23 nameOverride: mariadb-galera
25 # set these two values if you want to access an 'out of ONAP' mariadb
26 # userRootPassword: some-password
27 # userRootSecret: some-secret-name
28 # userRootSecretKey: password
30 #################################################################
32 #################################################################
36 externalSecret: '{{ tpl (default (include "mariadbInit.mariadbClusterSecret" .) .Values.global.mariadbGalera.userRootSecret) . }}'
37 password: '{{ tpl (default "" .global.mariadbGalera.userRootPassword) . }}'
38 - uid: '{{ .Values.config.mysqlDatabase }}'
40 externalSecret: '{{ tpl (default "" .Values.config.mysqlExternalSecret) . }}'
41 login: '{{ .Values.config.userName }}'
42 password: '{{ .Values.config.userPassword }}'
43 passwordPolicy: required
45 #################################################################
46 # Application configuration defaults.
47 #################################################################
49 image: mariadb:10.1.38
50 pullPolicy: IfNotPresent
52 # Set it if you want to change the name of the different components
56 userPassword: Ci@shsOd3pky1Vji
57 userName: u5WZ1GMSIS1wHZF
58 # set this value if you would like to use external secret instead of providing a password
59 # mysqlExternalsecret: some-secret-name
60 mysqlDatabase: ynsaUCru6mUNwGal
61 mysqlAdditionalDatabases: {}
62 # add addtional dabases
65 # mysqlAdditionalDatabases:
69 # externalSecret: some-secret-name
73 # externalSecret: some-secret-name
81 # We usually recommend not to specify default resources and to leave this as a conscious
82 # choice for the user. This also increases chances charts run on environments with little
83 # resources, such as Minikube. If you do want to specify resources, uncomment the following
84 # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
87 # Configure resource requests and limits
88 # ref: http://kubernetes.io/docs/user-guide/compute-resources/
89 # Minimum memory for development is 2 CPU cores and 4GB memory
90 # Minimum memory for production is 4 CPU cores and 8GB memory