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 #################################################################
18 global: # global defaults
20 repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
21 readinessRepository: oomk8s
22 readinessImage: readiness-check:2.0.0
23 loggingRepository: docker.elastic.co
24 loggingImage: beats/filebeat:5.5.0
30 repository: nexus3.onap.org:10001
34 # flag to enable debugging - application support required
37 #################################################################
38 # Application configuration defaults.
39 #################################################################
41 mysqlPassword: strong_pitchou
42 dataRootDir: /dockerdata-nfs
43 springApplicationJson: >
45 "spring.datasource.cldsdb.url": "jdbc:mariadb:sequential://clampdb:3306/cldsdb4?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3",
46 "clamp.config.sdc.catalog.url": "https://sdc-be:8443/sdc/v1/catalog/",
47 "clamp.config.sdc.hostUrl": "https://sdc-be:8443/",
48 "clamp.config.sdc.serviceUrl": "https://sdc-be:8443/sdc/v1/catalog/services",
49 "clamp.config.sdc.serviceUsername": "clamp",
50 "clamp.config.sdc.servicePassword": "b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981",
51 "clamp.config.dcae.inventory.url": "http://dcaegen2:8080",
52 "clamp.config.dcae.dispatcher.url": "http://dcaegen2:8080",
53 "clamp.config.policy.pdpUrl1": "https://policy-pdp:9091/pdp/ , testpdp, alpha123",
54 "clamp.config.policy.pdpUrl2": "https://policy-pdp:9091/pdp/ , testpdp, alpha123",
55 "clamp.config.policy.papUrl": "https://policy-pap:8443/pap/ , testpap, alpha123",
56 "clamp.config.policy.clientKey": "5CE79532B3A2CB4D132FC0C04BF916A7"
59 # subchart configuration
64 # default number of instances
71 # probe configuration parameters
73 initialDelaySeconds: 30
75 # necessary to disable liveness probe when setting breakpoints
76 # in debugger so K8s doesn't restart unresponsive container
80 initialDelaySeconds: 10
95 # We usually recommend not to specify default resources and to leave this as a conscious
96 # choice for the user. This also increases chances charts run on environments with little
97 # resources, such as Minikube. If you do want to specify resources, uncomment the following
98 # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
101 # Configure resource requests and limits
102 # ref: http://kubernetes.io/docs/user-guide/compute-resources/
103 # Minimum memory for development is 2 CPU cores and 4GB memory
104 # Minimum memory for production is 4 CPU cores and 8GB memory