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 | readinessRepository: oomk8s |
Gary Wu | bf4b4d8 | 2018-05-11 13:26:30 -0700 | [diff] [blame] | 21 | readinessImage: readiness-check:2.0.0 |
Ikram Ikramullah | 40b120b | 2018-05-01 11:35:40 -0400 | [diff] [blame] | 22 | loggingRepository: docker.elastic.co |
| 23 | loggingImage: beats/filebeat:5.5.0 |
| 24 | repository: nexus3.onap.org:10001 |
| 25 | commonConfigPrefix: onap-oof-has |
| 26 | image: |
Gary Wu | bf4b4d8 | 2018-05-11 13:26:30 -0700 | [diff] [blame] | 27 | readiness: oomk8s/readiness-check:2.0.0 |
Dileep Ranganathan | 835fb7e | 2018-11-02 06:30:11 -0700 | [diff] [blame] | 28 | optf_has: onap/optf-has:1.2.4 |
Ikram Ikramullah | 40b120b | 2018-05-01 11:35:40 -0400 | [diff] [blame] | 29 | filebeat: docker.elastic.co/beats/filebeat:5.5.0 |
| 30 | |
Ikram Ikramullah | 40b120b | 2018-05-01 11:35:40 -0400 | [diff] [blame] | 31 | pullPolicy: Always |
| 32 | nodePortPrefix: 302 |
| 33 | dataRootDir: /dockerdata-nfs |
Ritu Sood | 3a63d43 | 2018-05-24 08:23:14 -0700 | [diff] [blame] | 34 | config: |
Dileep Ranganathan | 61225cb | 2018-10-01 08:14:16 -0700 | [diff] [blame] | 35 | aaf: |
| 36 | serviceName: aaf-service |
| 37 | port: 8100 |
Ritu Sood | 3a63d43 | 2018-05-24 08:23:14 -0700 | [diff] [blame] | 38 | aai: |
| 39 | serviceName: aai |
| 40 | port: 8443 |
| 41 | msb: |
| 42 | serviceName: msb-iag |
| 43 | port: 80 |
Dileep Ranganathan | 61225cb | 2018-10-01 08:14:16 -0700 | [diff] [blame] | 44 | music: |
| 45 | serviceName: music-tomcat |
| 46 | port: 8080 |
| 47 | sms: |
| 48 | serviceName: aaf-sms |
| 49 | port: 10443 |
| 50 | # Resource Limit flavor -By Default using small |
| 51 | flavor: small |
| 52 | # Segregation for Different environment (Small and Large) |
| 53 | resources: |
| 54 | small: |
| 55 | limits: |
| 56 | memory: 2Gi |
| 57 | cpu: 1000m |
| 58 | requests: |
| 59 | memory: 1Gi |
| 60 | cpu: 500m |
| 61 | large: |
| 62 | limits: |
| 63 | memory: 4Gi |
| 64 | cpu: 2000m |
| 65 | requests: |
| 66 | memory: 2Gi |
| 67 | cpu: 1000m |
| 68 | unlimited: {} |