blob: 3615a3bd339833744edf0853c761d30894e46bb7 [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:
krishnaa962652e512021-03-10 12:02:52 +053022 optf_has: onap/optf-has:2.1.5
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
krishnaa963865d692021-02-22 20:53:44 +053055 sdc:
56 serviceName: sdc-be
57 port: 8443
58 cps:
59 service: cps-tbdmt
60 port: 8080
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070061# Resource Limit flavor -By Default using small
62flavor: small
63# Segregation for Different environment (Small and Large)
64resources:
65 small:
66 limits:
67 memory: 2Gi
68 cpu: 1000m
69 requests:
70 memory: 1Gi
71 cpu: 500m
72 large:
73 limits:
74 memory: 4Gi
75 cpu: 2000m
76 requests:
77 memory: 2Gi
78 cpu: 1000m
79 unlimited: {}
krishnaa96dbcd1ca2020-08-11 10:26:50 +053080
81#component overrides
82oof-has-api:
83 enabled: true
krishnaa9624a7ef32020-10-09 12:01:05 +053084 certSecret: *oof-certs
krishnaa96dbcd1ca2020-08-11 10:26:50 +053085oof-has-controller:
86 enabled: true
krishnaa9624a7ef32020-10-09 12:01:05 +053087 certSecret: *oof-certs
krishnaa96dbcd1ca2020-08-11 10:26:50 +053088oof-has-data:
89 enabled: true
krishnaa9624a7ef32020-10-09 12:01:05 +053090 certSecret: *oof-certs
krishnaa96dbcd1ca2020-08-11 10:26:50 +053091oof-has-reservation:
92 enabled: true
krishnaa9624a7ef32020-10-09 12:01:05 +053093 certSecret: *oof-certs
krishnaa96dbcd1ca2020-08-11 10:26:50 +053094oof-has-solver:
95 enabled: true
krishnaa9624a7ef32020-10-09 12:01:05 +053096 certSecret: *oof-certs
krishnaa96dbcd1ca2020-08-11 10:26:50 +053097