1 # Copyright © 2017 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 #################################################################
21 #This flag allows SO to instantiate its own mariadb-galera cluster
22 #If shared instance is used, this chart assumes that DB already exists
24 service: mariadb-galera
26 nameOverride: mariadb-galera
28 #################################################################
30 #################################################################
33 name: &dbSecretName '{{ include "common.release" . }}-sdnc-ansible-server-db-secret'
35 # This is a nasty trick that allows you override this secret using external one
36 # with the same field that is used to pass this to subchart
37 externalSecret: '{{ ternary "" (tpl (default "" (index .Values "mariadb-galera" "config" "userCredentialsExternalSecret")) .) (hasSuffix "sdnc-ansible-server-db-secret" (index .Values "mariadb-galera" "config" "userCredentialsExternalSecret"))}}'
38 login: '{{ index .Values "mariadb-galera" "config" "userName" }}'
39 password: '{{ index .Values "mariadb-galera" "config" "userPassword" }}'
40 passwordPolicy: required
43 externalSecret: '{{ tpl (default "" .Values.config.restCredsExternalSecret) . }}'
44 login: '{{ .Values.config.restUser }}'
45 password: '{{ .Values.config.restPassword }}'
46 passwordPolicy: required
48 #################################################################
49 # Application configuration defaults.
50 #################################################################
52 image: onap/sdnc-ansible-server-image:2.3.2
55 # flag to enable debugging - application support required
58 # application configuration
61 configDir: /opt/onap/sdnc
64 # restCredsExternalSecret: some secret
68 userCredentialsExternalSecret: *dbSecretName
71 mysqlDatabase: ansible
72 nameOverride: ansible-server-galera
74 name: ansible-server-galera
75 portName: ansible-server-galera
80 mountSubPath: ansible-server/maria/data
82 # default number of instances
89 # probe configuration parameters
91 initialDelaySeconds: 180
93 # necessary to disable liveness probe when setting breakpoints
94 # in debugger so K8s doesn't restart unresponsive container
98 initialDelaySeconds: 60
103 name: sdnc-ansible-server
104 portName: sdnc-ansible-server
111 #Resource Limit flavor -By default using small
114 #Segregation for Different environment (Small and Large)
133 #Pods Service Account
135 nameOverride: sdnc-ansible-server