1 # Copyright © 2020 Huawei Technologies Co., Ltd.
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.
14 #################################################################
15 # Global configuration defaults.
16 #################################################################
19 nodePortPrefixExt: 304
20 repository: nexus3.onap.org:10001
21 readinessRepository: oomk8s
22 readinessImage: readiness-check:2.0.2
24 mountPath: /dockerdata-nfs
26 #################################################################
28 #################################################################
31 name: '{{ include "common.release" . }}-so-bpmn-infra-db-user-creds'
33 externalSecret: '{{ tpl (default "" .Values.db.userCredsExternalSecret) . }}'
34 login: '{{ .Values.db.userName }}'
35 password: '{{ .Values.db.userPassword }}'
36 passwordPolicy: required
38 name: '{{ include "common.release" . }}-so-bpmn-infra-db-admin-creds'
40 externalSecret: '{{ tpl (default "" .Values.db.adminCredsExternalSecret) . }}'
41 login: '{{ .Values.db.adminName }}'
42 password: '{{ .Values.db.adminPassword }}'
43 passwordPolicy: required
44 - uid: "so-onap-certs"
45 externalSecret: '{{ tpl (default "" .Values.certSecret) . }}'
47 filePaths: '{{ .Values.secretsFilePaths }}'
48 - uid: server-bpel-creds
49 name: '{{ include "common.release" . }}-so-server-bpel-creds'
51 externalSecret: '{{ tpl (default "" .Values.server.bpelCredsExternalSecret) . }}'
52 login: '{{ .Values.server.bpel.username }}'
53 password: '{{ .Values.server.bpel.password }}'
54 passwordPolicy: required
55 - uid: server-actuator-creds
56 name: '{{ include "common.release" . }}-so-server-actuator-creds'
58 externalSecret: '{{ tpl (default "" .Values.server.actuatorCredsExternalSecret) . }}'
59 login: '{{ .Values.server.actuator.username }}'
60 password: '{{ .Values.server.actuator.password }}'
61 passwordPolicy: required
66 # - '{{ include "templateThatGeneratesFileName" . }}'
68 #################################################################
69 # Application configuration defaults.
70 #################################################################
71 repository: nexus3.onap.org:10001
72 image: onap/so/nssmf-adapter:1.6.3
77 userPassword: so_User123
78 # userCredsExternalSecret: some secret
80 adminPassword: so_Admin123
81 # adminCredsExternalSecret: some secret
93 logPath: ./logs/nssmf/
104 # Resource Limit flavor -By Default using small
106 # Segregation for Different environment (Small and Large)
127 initialDelaySeconds: 600