1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications Copyright © 2018 AT&T, ZTE
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
8 # http://www.apache.org/licenses/LICENSE-2.0
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
16 #################################################################
17 # Global configuration defaults.
18 #################################################################
21 readinessRepository: oomk8s
22 readinessImage: readiness-check:2.0.2
23 loggingRepository: docker.elastic.co
24 loggingImage: beats/filebeat:5.5.0
26 #################################################################
27 # Application configuration defaults.
28 #################################################################
30 repository: nexus3.onap.org:10001
31 image: onap/sdc-workflow-backend:1.7.0
32 configInitImage: onap/sdc-workflow-init:1.7.0
39 javaOptions: "-Xmx1536m -Xms1536m"
40 cassandraAuthenticationEnabled: true
41 cassandraClientPort: 9042
44 sdcEndpoint: sdc-be:8443
45 sdcExternalUser: workflow
47 serverSSLEnabled: true
49 serverSSLKeyStoreType: jks
50 serverSSLKeyStorePath: /home/sdc/etc/keystore
52 serverSSLTrustStoreType: jks
53 serverSSLTrustStorePath: /home/sdc/etc/truststore
55 cassandraSSLEnabled: false
56 cassandraTrustStorePath: /home/sdc/etc/truststore
58 # default number of instances
65 # probe configuration parameters
67 initialDelaySeconds: 60
69 # necessary to disable liveness probe when setting breakpoints
70 # in debugger so K8s doesn't restart unresponsive container
74 initialDelaySeconds: 60
84 nodePort: "57" # only one node port. set to http or https port depending on isHttpsEnabled property
90 - baseaddr: "sdcwfdbe"
97 # We usually recommend not to specify default resources and to leave this as a conscious
98 # choice for the user. This also increases chances charts run on environments with little
99 # resources, such as Minikube. If you do want to specify resources, uncomment the following
100 # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
103 # Configure resource requests and limits
104 # ref: http://kubernetes.io/docs/user-guide/compute-resources/
105 # Minimum memory for development is 2 CPU cores and 4GB memory
106 # Minimum memory for production is 4 CPU cores and 8GB memory