Merge "[DCAEMOD] Uses new tpls for repos / images"
[oom.git] / kubernetes / oof / components / oof-has / values.yaml
1 # Copyright © 2017 Amdocs, AT&T, Bell Canada, VMware
2 # Modifications Copyright © 2018 Intel Corporation
3 #
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
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
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.
15
16 #################################################################
17 # Global configuration defaults.
18 #################################################################
19 global:
20   commonConfigPrefix: onap-oof-has
21   image:
22     optf_has: onap/optf-has:2.1.2
23   persistence:
24     enabled: true
25
26 #################################################################
27 # Secrets metaconfig
28 #################################################################
29 secrets:
30   - uid: oof-onap-certs
31     name: &oof-certs  '{{ include "common.release" . }}-oof-onap-certs'
32     externalSecret: '{{ tpl (default "" .Values.certSecret) . }}'
33     type: generic
34     filePaths: '{{ .Values.secretsFilePaths }}'
35
36 pullPolicy: Always
37 nodePortPrefix: 302
38 dataRootDir: /dockerdata-nfs
39 config:
40   aaf:
41     serviceName: aaf-service
42     port: 8100
43   aai:
44     serviceName: aai
45     port: 8443
46   msb:
47     serviceName: msb-iag
48     port: 80
49   music:
50     serviceName: music
51     port: 8443
52   sms:
53     serviceName: aaf-sms
54     port: 10443
55 # Resource Limit flavor -By Default using small
56 flavor: small
57 # Segregation for Different environment (Small and Large)
58 resources:
59   small:
60     limits:
61       memory: 2Gi
62       cpu: 1000m
63     requests:
64       memory: 1Gi
65       cpu: 500m
66   large:
67     limits:
68       memory: 4Gi
69       cpu: 2000m
70     requests:
71       memory: 2Gi
72       cpu: 1000m
73   unlimited: {}
74
75 #component overrides
76 oof-has-api:
77   enabled: true
78   certSecret: *oof-certs
79 oof-has-controller:
80   enabled: true
81   certSecret: *oof-certs
82 oof-has-data:
83   enabled: true
84   certSecret: *oof-certs
85 oof-has-reservation:
86   enabled: true
87   certSecret: *oof-certs
88 oof-has-solver:
89   enabled: true
90   certSecret: *oof-certs
91