1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications Copyright © 2018-2020 AT&T Intellectual Property
3 # Modifications Copyright (C) 2021 Nordix Foundation.
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
9 # http://www.apache.org/licenses/LICENSE-2.0
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
17 #################################################################
18 # Global configuration defaults.
19 #################################################################
23 # '&mariadbConfig' means we "store" the values for later use in the file
24 # with '*mariadbConfig' pointer.
25 config: &mariadbConfig
26 mysqlDatabase: policyadmin
27 service: &mariadbService
28 name: &policy-mariadb policy-mariadb
31 #################################################################
33 #################################################################
35 - uid: db-root-password
36 name: &dbRootPassSecretName '{{ include "common.release" . }}-policy-db-root-password'
38 externalSecret: '{{ ternary "" (tpl (default "" (index .Values "mariadb-galera" "rootUser" "externalSecret")) .) (hasSuffix "policy-db-root-password" (index .Values "mariadb-galera" "rootUser" "externalSecret"))}}'
39 password: '{{ (index .Values "mariadb-galera" "rootUser" "password") }}'
42 name: &dbSecretName '{{ include "common.release" . }}-policy-db-secret'
44 externalSecret: '{{ ternary "" (tpl (default "" (index .Values "mariadb-galera" "db" "externalSecret")) .) (hasSuffix "policy-db-secret" (index .Values "mariadb-galera" "db" "externalSecret"))}}'
45 login: '{{ index .Values "mariadb-galera" "db" "user" }}'
46 password: '{{ index .Values "mariadb-galera" "db" "password" }}'
47 passwordPolicy: generate
48 - uid: policy-app-user-creds
49 name: &policyAppCredsSecret '{{ include "common.release" . }}-policy-app-user-creds'
51 externalSecret: '{{ tpl (default "" .Values.config.policyAppUserExternalSecret) . }}'
52 login: '{{ .Values.config.policyAppUserName }}'
53 password: '{{ .Values.config.policyAppUserPassword }}'
54 passwordPolicy: generate
57 credsExternalSecret: *dbSecretName
81 appUserExternalSecret: *policyAppCredsSecret
84 policy-clamp-cl-k8s-ppnt:
88 policy-clamp-cl-runtime:
92 appUserExternalSecret: *policyAppCredsSecret
96 #################################################################
97 # DB configuration defaults.
98 #################################################################
100 repository: nexus3.onap.org:10001
104 image: mariadb:10.5.8
107 image: onap/policy-db-migrator:2.3.0
109 policy_home: "/opt/app/policy"
114 # flag to enable debugging - application support required
117 # default number of instances
124 # probe configuration parameters
126 initialDelaySeconds: 10
128 # necessary to disable liveness probe when setting breakpoints
129 # in debugger so K8s doesn't restart unresponsive container
133 initialDelaySeconds: 10
138 policyAppUserName: runtimeUser
141 # mariadb-galera.config and global.mariadb.config must be equals
145 externalSecret: *dbSecretName
146 name: &mysqlDbName policyadmin
148 externalSecret: *dbRootPassSecretName
149 nameOverride: *policy-mariadb
150 # mariadb-galera.service and global.mariadb.service must be equals
151 service: *mariadbService
155 mountSubPath: policy/maria/data
157 nameOverride: *policy-mariadb
159 # Resource Limit flavor -By Default using small
160 # Segregation for Different environment (small, large, or unlimited)
179 #Pods Service Account