Ikram Ikramullah | 40b120b | 2018-05-01 11:35:40 -0400 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, AT&T, Bell Canada, VMware |
Dileep Ranganathan | 61225cb | 2018-10-01 08:14:16 -0700 | [diff] [blame] | 2 | # Modifications Copyright © 2018 Intel Corporation |
Ikram Ikramullah | 40b120b | 2018-05-01 11:35:40 -0400 | [diff] [blame] | 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: |
Ikram Ikramullah | 40b120b | 2018-05-01 11:35:40 -0400 | [diff] [blame] | 20 | commonConfigPrefix: onap-oof-has |
| 21 | image: |
krishnaa96 | 3865d69 | 2021-02-22 20:53:44 +0530 | [diff] [blame] | 22 | optf_has: onap/optf-has:2.1.3 |
krishnaa96 | dbcd1ca | 2020-08-11 10:26:50 +0530 | [diff] [blame] | 23 | persistence: |
| 24 | enabled: true |
Ikram Ikramullah | 40b120b | 2018-05-01 11:35:40 -0400 | [diff] [blame] | 25 | |
krishnaa96 | 24a7ef3 | 2020-10-09 12:01:05 +0530 | [diff] [blame] | 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 | |
Ikram Ikramullah | 40b120b | 2018-05-01 11:35:40 -0400 | [diff] [blame] | 36 | pullPolicy: Always |
| 37 | nodePortPrefix: 302 |
| 38 | dataRootDir: /dockerdata-nfs |
Ritu Sood | 3a63d43 | 2018-05-24 08:23:14 -0700 | [diff] [blame] | 39 | config: |
Dileep Ranganathan | 61225cb | 2018-10-01 08:14:16 -0700 | [diff] [blame] | 40 | aaf: |
| 41 | serviceName: aaf-service |
| 42 | port: 8100 |
Ritu Sood | 3a63d43 | 2018-05-24 08:23:14 -0700 | [diff] [blame] | 43 | aai: |
| 44 | serviceName: aai |
| 45 | port: 8443 |
| 46 | msb: |
| 47 | serviceName: msb-iag |
| 48 | port: 80 |
Dileep Ranganathan | 61225cb | 2018-10-01 08:14:16 -0700 | [diff] [blame] | 49 | music: |
Tschaen, Brendan | 08d7b63 | 2020-04-02 19:49:13 +0000 | [diff] [blame] | 50 | serviceName: music |
| 51 | port: 8443 |
Dileep Ranganathan | 61225cb | 2018-10-01 08:14:16 -0700 | [diff] [blame] | 52 | sms: |
| 53 | serviceName: aaf-sms |
| 54 | port: 10443 |
krishnaa96 | 3865d69 | 2021-02-22 20:53:44 +0530 | [diff] [blame] | 55 | sdc: |
| 56 | serviceName: sdc-be |
| 57 | port: 8443 |
| 58 | cps: |
| 59 | service: cps-tbdmt |
| 60 | port: 8080 |
Dileep Ranganathan | 61225cb | 2018-10-01 08:14:16 -0700 | [diff] [blame] | 61 | # Resource Limit flavor -By Default using small |
| 62 | flavor: small |
| 63 | # Segregation for Different environment (Small and Large) |
| 64 | resources: |
| 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: {} |
krishnaa96 | dbcd1ca | 2020-08-11 10:26:50 +0530 | [diff] [blame] | 80 | |
| 81 | #component overrides |
| 82 | oof-has-api: |
| 83 | enabled: true |
krishnaa96 | 24a7ef3 | 2020-10-09 12:01:05 +0530 | [diff] [blame] | 84 | certSecret: *oof-certs |
krishnaa96 | dbcd1ca | 2020-08-11 10:26:50 +0530 | [diff] [blame] | 85 | oof-has-controller: |
| 86 | enabled: true |
krishnaa96 | 24a7ef3 | 2020-10-09 12:01:05 +0530 | [diff] [blame] | 87 | certSecret: *oof-certs |
krishnaa96 | dbcd1ca | 2020-08-11 10:26:50 +0530 | [diff] [blame] | 88 | oof-has-data: |
| 89 | enabled: true |
krishnaa96 | 24a7ef3 | 2020-10-09 12:01:05 +0530 | [diff] [blame] | 90 | certSecret: *oof-certs |
krishnaa96 | dbcd1ca | 2020-08-11 10:26:50 +0530 | [diff] [blame] | 91 | oof-has-reservation: |
| 92 | enabled: true |
krishnaa96 | 24a7ef3 | 2020-10-09 12:01:05 +0530 | [diff] [blame] | 93 | certSecret: *oof-certs |
krishnaa96 | dbcd1ca | 2020-08-11 10:26:50 +0530 | [diff] [blame] | 94 | oof-has-solver: |
| 95 | enabled: true |
krishnaa96 | 24a7ef3 | 2020-10-09 12:01:05 +0530 | [diff] [blame] | 96 | certSecret: *oof-certs |
krishnaa96 | dbcd1ca | 2020-08-11 10:26:50 +0530 | [diff] [blame] | 97 | |