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 #################################################################
20 readinessRepository: oomk8s
21 readinessImage: readiness-check:2.0.0
22 loggingRepository: docker.elastic.co
23 loggingImage: beats/filebeat:5.5.0
25 #################################################################
27 #################################################################
30 externalSecret: '{{ tpl (default "" .Values.config.mariadbRootPasswordExternalSecret) . }}'
32 password: '{{ .Values.config.mariadbRootPassword }}'
35 #################################################################
36 # Application configuration defaults.
37 #################################################################
41 repository: nexus3.onap.org:10001
42 image: onap/vfc/nslcm:1.3.9
45 #Istio sidecar injection policy
48 # flag to enable debugging - application support required
51 # application configuration
53 mariadbService: vfc-mariadb
55 # mariadbRootPassword: secretpassword
56 # mariadbRootPasswordExternalSecret: some secret
59 # default number of instances
66 # probe configuration parameters
68 initialDelaySeconds: 120
70 # necessary to disable liveness probe when setting breakpoints
71 # in debugger so K8s doesn't restart unresponsive container
75 initialDelaySeconds: 10
90 # Configure resource requests and limits