1 # Copyright (c) 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 # Change to an unused port prefix range to prevent port conflicts
20 # with other instances running within the same k8s cluster
24 repository: nexus3.onap.org:10001
27 readinessRepository: oomk8s
28 readinessImage: readiness-check:2.0.0
34 mountPath: /dockerdata-nfs
36 #################################################################
37 # Application configuration defaults.
38 #################################################################
40 repository: nexus3.onap.org:10001
41 image: onap/ccsdk-controllerblueprints:0.3.3
44 # flag to enable debugging - application support required
47 # application configuration
49 applicationName: ControllerBluePrints
51 appConfigDir: /opt/app/onap/config
52 dbUrl: jdbc:mysql://controller-blueprints-db:3306/sdnctl
57 restPassword: ccsdkapps
63 mariadbRootPassword: sdnctl
65 nameOverride: controller-blueprints-db
67 name: controller-blueprints-db
72 mountSubPath: controller-blueprints/data
74 # default number of instances
81 # probe configuration parameters
83 initialDelaySeconds: 10
85 # necessary to disable liveness probe when setting breakpoints
86 # in debugger so K8s doesn't restart unresponsive container
90 initialDelaySeconds: 10
95 portName: controller-blueprints
106 # We usually recommend not to specify default resources and to leave this as a conscious
107 # choice for the user. This also increases chances charts run on environments with little
108 # resources, such as Minikube. If you do want to specify resources, uncomment the following
109 # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
112 # Configure resource requests and limits
113 # ref: http://kubernetes.io/docs/user-guide/compute-resources/
114 # Minimum memory for development is 2 CPU cores and 4GB memory
115 # Minimum memory for production is 4 CPU cores and 8GB memory