blob: ffd11db2dd4384b679beca4c31127c12d1d435ce [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:
Sylvain Desbureaux1694e1d2020-08-21 09:58:25 +020020 readinessImage: onap/oom/readiness:3.0.1
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040021 loggingRepository: docker.elastic.co
22 loggingImage: beats/filebeat:5.5.0
23 repository: nexus3.onap.org:10001
24 commonConfigPrefix: onap-oof-has
25 image:
krishnaa9624a7ef32020-10-09 12:01:05 +053026 optf_has: onap/optf-has:2.1.2
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040027 filebeat: docker.elastic.co/beats/filebeat:5.5.0
krishnaa96dbcd1ca2020-08-11 10:26:50 +053028 persistence:
29 enabled: true
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040030
krishnaa9624a7ef32020-10-09 12:01:05 +053031#################################################################
32# Secrets metaconfig
33#################################################################
34secrets:
35 - uid: oof-onap-certs
36 name: &oof-certs '{{ include "common.release" . }}-oof-onap-certs'
37 externalSecret: '{{ tpl (default "" .Values.certSecret) . }}'
38 type: generic
39 filePaths: '{{ .Values.secretsFilePaths }}'
40
Ikram Ikramullah40b120b2018-05-01 11:35:40 -040041pullPolicy: Always
42nodePortPrefix: 302
43dataRootDir: /dockerdata-nfs
Ritu Sood3a63d432018-05-24 08:23:14 -070044config:
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070045 aaf:
46 serviceName: aaf-service
47 port: 8100
Ritu Sood3a63d432018-05-24 08:23:14 -070048 aai:
49 serviceName: aai
50 port: 8443
51 msb:
52 serviceName: msb-iag
53 port: 80
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070054 music:
Tschaen, Brendan08d7b632020-04-02 19:49:13 +000055 serviceName: music
56 port: 8443
Dileep Ranganathan61225cb2018-10-01 08:14:16 -070057 sms:
58 serviceName: aaf-sms
59 port: 10443
60# Resource Limit flavor -By Default using small
61flavor: small
62# Segregation for Different environment (Small and Large)
63resources:
64 small:
65 limits:
66 memory: 2Gi
67 cpu: 1000m
68 requests:
69 memory: 1Gi
70 cpu: 500m
71 large:
72 limits:
73 memory: 4Gi
74 cpu: 2000m
75 requests:
76 memory: 2Gi
77 cpu: 1000m
78 unlimited: {}
krishnaa96dbcd1ca2020-08-11 10:26:50 +053079
80#component overrides
81oof-has-api:
82 enabled: true
krishnaa9624a7ef32020-10-09 12:01:05 +053083 certSecret: *oof-certs
krishnaa96dbcd1ca2020-08-11 10:26:50 +053084oof-has-controller:
85 enabled: true
krishnaa9624a7ef32020-10-09 12:01:05 +053086 certSecret: *oof-certs
krishnaa96dbcd1ca2020-08-11 10:26:50 +053087oof-has-data:
88 enabled: true
krishnaa9624a7ef32020-10-09 12:01:05 +053089 certSecret: *oof-certs
krishnaa96dbcd1ca2020-08-11 10:26:50 +053090oof-has-reservation:
91 enabled: true
krishnaa9624a7ef32020-10-09 12:01:05 +053092 certSecret: *oof-certs
krishnaa96dbcd1ca2020-08-11 10:26:50 +053093oof-has-solver:
94 enabled: true
krishnaa9624a7ef32020-10-09 12:01:05 +053095 certSecret: *oof-certs
krishnaa96dbcd1ca2020-08-11 10:26:50 +053096