Merge "[POLICY] Remove field undefined in deployment"
[oom.git] / kubernetes / dcaegen2 / values.yaml
1 # Copyright © 2018 Amdocs, Bell Canada
2 # Modifications Copyright © 2018-2019 AT&T
3 # Modifications Copyright © 2020 Samsung Electronics
4 #
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
8 #
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
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.
16
17 #################################################################
18 # Global configuration defaults.
19 #################################################################
20 global:
21   nodePortPrefix: 302
22   tlsRepository: nexus3.onap.org:10001
23   tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0
24   consulLoaderRepository: nexus3.onap.org:10001
25   consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1.0.0
26   busyboxRepository: docker.io
27   busyboxImage: library/busybox:1.30
28
29 #################################################################
30 # Secrets metaconfig
31 #################################################################
32 secrets:
33 - name: &cmPassSecretName '{{ include "common.release" . }}-dcaegen2-cm-pass'
34   type: password
35   externalSecret: '{{ tpl (default "" .Values.config.cloudifyManagerPasswordExternalSecret) . }}'
36   password: '{{ .Values.config.cloudifyManagerPassword }}'
37
38 config: {}
39
40 # To work around DCAEGEN2-2450, set password strength to "basic"
41 # to ensure password contains only alphanumerics
42 passwordStrengthOverride: basic
43
44 # Enable all DCAE components by default
45 dcae-bootstrap:
46   enabled: true
47   config:
48     cloudifyManagerPasswordExternalSecret: *cmPassSecretName
49 dcae-cloudify-manager:
50   enabled: true
51   config:
52     cloudifyManagerPasswordExternalSecret: *cmPassSecretName
53 dcae-config-binding-service:
54   enabled: true
55 dcae-dashboard:
56   enabled: true
57   config:
58     cloudifyManagerPasswordExternalSecret: *cmPassSecretName
59 dcae-deployment-handler:
60   enabled: true
61   config:
62     cloudifyManagerPasswordExternalSecret: *cmPassSecretName
63 dcae-healthcheck:
64   enabled: true
65 dcae-inventory-api:
66   enabled: true
67 dcae-policy-handler:
68   enabled: true
69   config:
70     cloudifyManagerPasswordExternalSecret: *cmPassSecretName
71 dcae-servicechange-handler:
72   enabled: true