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 readinessImage: onap/oom/readiness:3.0.1
22 loggingRepository: docker.elastic.co
23 loggingImage: beats/filebeat:5.5.0
26 #This flag allows SDC to instantiate its own cluster, serviceName
27 #should be sdc-cs if this flag is enabled
29 #The cassandra service name to connect to (default: shared cassandra service)
30 serviceName: cassandra
31 #Shared cassandra cluster replicaCount, should be changed if localCluster is enabled
32 #to match with its own cluster replica
34 clusterName: cassandra
37 #################################################################
39 #################################################################
41 nameOverride: sdc-wfd-be-cert-init
42 aafDeployFqi: deployer@people.osaaf.org
43 aafDeployPass: demo123456!
46 public_fqdn: sdc.onap.org
50 credsPath: /opt/app/osaaf/local
52 keystoreFile: "org.onap.sdc.p12"
53 truststoreFile: "org.onap.sdc.trust.jks"
54 permission_user: 352070
55 permission_group: 35953
57 /opt/app/aaf_config/bin/agent.sh local showpass
58 {{.Values.fqi}} {{ .Values.fqdn }} > {{ .Values.credsPath }}/mycreds.prop
60 #################################################################
61 # Application configuration defaults.
62 #################################################################
64 repository: nexus3.onap.org:10001
65 image: onap/sdc-workflow-backend:1.7.0
66 configInitImage: onap/sdc-workflow-init:1.7.0
73 javaOptions: "-Xmx1536m -Xms1536m"
74 cassandraAuthenticationEnabled: true
75 cassandraClientPort: 9042
77 sdcEndpoint: sdc-be:8443
78 sdcExternalUser: workflow
79 serverSSLEnabled: true
80 serverSSLKeyStoreType: jks
81 serverSSLTrustStoreType: jks
82 cassandraSSLEnabled: false
83 cassandraTrustStorePath: /home/sdc/etc/truststore
89 # default number of instances
96 # probe configuration parameters
98 initialDelaySeconds: 60
100 # necessary to disable liveness probe when setting breakpoints
101 # in debugger so K8s doesn't restart unresponsive container
105 initialDelaySeconds: 60
115 nodePort: "57" # only one node port. set to http or https port depending on isHttpsEnabled property
120 - baseaddr: "sdcwfdbe"
127 # We usually recommend not to specify default resources and to leave this as a conscious
128 # choice for the user. This also increases chances charts run on environments with little
129 # resources, such as Minikube. If you do want to specify resources, uncomment the following
130 # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
133 # Configure resource requests and limits
134 # ref: http://kubernetes.io/docs/user-guide/compute-resources/
135 # Minimum memory for development is 2 CPU cores and 4GB memory
136 # Minimum memory for production is 4 CPU cores and 8GB memory