1 # Copyright © 2020 AT&T USA
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 #################################################################
20 nodePortPrefixExt: 304
21 repository: nexus3.onap.org:10001
22 readinessRepository: oomk8s
23 readinessImage: readiness-check:2.0.2
25 mountPath: /dockerdata-nfs
26 htpasswdImage: xmartlabs/htpasswd
27 dockerHubRepository: docker.io
28 #################################################################
30 #################################################################
34 externalSecret: '{{ tpl (default "" .Values.db.userCredsExternalSecret) . }}'
35 login: '{{ .Values.db.userName }}'
36 password: '{{ .Values.db.userPassword }}'
37 passwordPolicy: required
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-actuator-creds
49 name: '{{ include "common.release" . }}-so-appc-actuator-creds'
51 externalSecret: '{{ tpl (default "" .Values.server.actuatorCredsExternalSecret) . }}'
52 login: '{{ .Values.server.actuator.username }}'
53 password: '{{ .Values.server.actuator.password }}'
54 passwordPolicy: required
58 # - '{{ include "templateThatGeneratesFileName" . }}'
60 #################################################################
61 # Application configuration defaults.
62 #################################################################
63 repository: nexus3.onap.org:10001
64 image: onap/so/so-appc-orchestrator:1.6.4
69 userPassword: so_User123
70 # userCredsExternalSecret: some secret
72 adminPassword: so_Admin123
73 # adminCredsExternalSecret: some secret
81 logPath: ./logs/soappcorch
82 app: appc-orchestrator
84 name: so-appc-orchestrator
93 # Resource Limit flavor -By Default using small
95 # Segregation for Different environment (Small and Large)
116 initialDelaySeconds: 600