blob: 13890448702ba6396b65a4f380ee7e636fb59a5a [file] [log] [blame]
Ikram Ikramullah40b120b2018-05-01 11:35:40 -04001# Copyright © 2017 Amdocs, AT&T, Bell Canada, VMware
Dileep Ranganathan61225cb2018-10-01 08:14:16 -07002# Modifications Copyright © 2018 Intel Corporation
Ikram Ikramullah40b120b2018-05-01 11:35:40 -04003#
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#################################################################
19global:
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040020 commonConfigPrefix: onap-oof-has
21 image:
krishnaa9624a7ef32020-10-09 12:01:05 +053022 optf_has: onap/optf-has:2.1.2
krishnaa96dbcd1ca2020-08-11 10:26:50 +053023 persistence:
24 enabled: true
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040025
krishnaa9624a7ef32020-10-09 12:01:05 +053026#################################################################
27# Secrets metaconfig
28#################################################################
29secrets:
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
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040036pullPolicy: Always
37nodePortPrefix: 302
38dataRootDir: /dockerdata-nfs
Ritu Sood3a63d432018-05-24 08:23:14 -070039config:
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070040 aaf:
41 serviceName: aaf-service
42 port: 8100
Ritu Sood3a63d432018-05-24 08:23:14 -070043 aai:
44 serviceName: aai
45 port: 8443
46 msb:
47 serviceName: msb-iag
48 port: 80
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070049 music:
Tschaen, Brendan08d7b632020-04-02 19:49:13 +000050 serviceName: music
51 port: 8443
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070052 sms:
53 serviceName: aaf-sms
54 port: 10443
55# Resource Limit flavor -By Default using small
56flavor: small
57# Segregation for Different environment (Small and Large)
58resources:
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: {}
krishnaa96dbcd1ca2020-08-11 10:26:50 +053074
75#component overrides
76oof-has-api:
77 enabled: true
krishnaa9624a7ef32020-10-09 12:01:05 +053078 certSecret: *oof-certs
krishnaa96dbcd1ca2020-08-11 10:26:50 +053079oof-has-controller:
80 enabled: true
krishnaa9624a7ef32020-10-09 12:01:05 +053081 certSecret: *oof-certs
krishnaa96dbcd1ca2020-08-11 10:26:50 +053082oof-has-data:
83 enabled: true
krishnaa9624a7ef32020-10-09 12:01:05 +053084 certSecret: *oof-certs
krishnaa96dbcd1ca2020-08-11 10:26:50 +053085oof-has-reservation:
86 enabled: true
krishnaa9624a7ef32020-10-09 12:01:05 +053087 certSecret: *oof-certs
krishnaa96dbcd1ca2020-08-11 10:26:50 +053088oof-has-solver:
89 enabled: true
krishnaa9624a7ef32020-10-09 12:01:05 +053090 certSecret: *oof-certs
krishnaa96dbcd1ca2020-08-11 10:26:50 +053091