vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
Nishukumar | 376ba1e | 2018-08-03 09:17:23 +0000 | [diff] [blame] | 2 | # Modifications Copyright © 2018 AT&T |
vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [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 | |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 16 | ################################################################# |
| 17 | # Global configuration defaults. |
| 18 | ################################################################# |
| 19 | global: |
| 20 | nodePortPrefix: 302 |
efiacor | c8c3316 | 2022-11-25 11:36:52 +0000 | [diff] [blame] | 21 | artifactImage: onap/multicloud/framework-artifactbroker:1.9.0 |
Kiran Kamineni | 60f7247 | 2018-12-18 13:30:38 -0800 | [diff] [blame] | 22 | prometheus: |
| 23 | enabled: false |
Sylvain Desbureaux | a1f9301 | 2019-12-09 11:43:47 +0100 | [diff] [blame] | 24 | persistence: {} |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 25 | centralizedLoggingEnabled: true |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 26 | |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 27 | ################################################################# |
| 28 | # Application configuration defaults. |
| 29 | ################################################################# |
| 30 | # application image |
Andreas Geissler | dfa23c8 | 2022-05-13 16:54:43 +0200 | [diff] [blame] | 31 | image: onap/multicloud/framework:1.8.1 |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 32 | pullPolicy: Always |
| 33 | |
Huabing Zhao | 8957780 | 2018-07-30 09:41:17 +0000 | [diff] [blame] | 34 | #Istio sidecar injection policy |
| 35 | istioSidecar: true |
| 36 | |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 37 | multicloud-fcaps: |
| 38 | enabled: true |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 39 | logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud' |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 40 | multicloud-k8s: |
| 41 | enabled: true |
| 42 | multicloud-pike: |
| 43 | enabled: true |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 44 | logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud' |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 45 | multicloud-prometheus: |
| 46 | enabled: false |
| 47 | multicloud-starlingx: |
morganrol | 3ce2c6e | 2021-06-21 17:45:39 +0200 | [diff] [blame] | 48 | enabled: false |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 49 | logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud' |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 50 | multicloud-vio: |
morganrol | 3ce2c6e | 2021-06-21 17:45:39 +0200 | [diff] [blame] | 51 | enabled: false |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 52 | logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud' |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 53 | multicloud-windriver: |
morganrol | 3ce2c6e | 2021-06-21 17:45:39 +0200 | [diff] [blame] | 54 | enabled: false |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 55 | logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud' |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 56 | |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 57 | # application configuration |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 58 | config: |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 59 | msbgateway: msb-iag |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 60 | logstashServiceName: log-ls |
| 61 | logstashPort: 5044 |
Andreas Geissler | 718fb74 | 2023-03-09 09:44:02 +0100 | [diff] [blame] | 62 | msbPort: 80 |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 63 | aai: |
Andreas Geissler | 718fb74 | 2023-03-09 09:44:02 +0100 | [diff] [blame] | 64 | aaiPort: 80 |
Bin Yang | 4884afa | 2018-05-23 18:30:31 +0000 | [diff] [blame] | 65 | schemaVersion: v13 |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 66 | username: AAI |
| 67 | password: AAI |
| 68 | |
| 69 | # default number of instances |
| 70 | replicaCount: 1 |
| 71 | |
| 72 | nodeSelector: {} |
| 73 | |
| 74 | affinity: {} |
| 75 | |
| 76 | # probe configuration parameters |
| 77 | liveness: |
| 78 | initialDelaySeconds: 30 |
| 79 | periodSeconds: 10 |
| 80 | timeoutSeconds: 10 |
| 81 | successThreshold: 1 |
| 82 | failureThreshold: 5 |
| 83 | enabled: true |
| 84 | |
| 85 | service: |
Andreas Geissler | 718fb74 | 2023-03-09 09:44:02 +0100 | [diff] [blame] | 86 | type: NodePort |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 87 | internalPort: 9001 |
Andreas Geissler | 718fb74 | 2023-03-09 09:44:02 +0100 | [diff] [blame] | 88 | ports: |
| 89 | - name: http |
| 90 | port: 9001 |
| 91 | nodePort: '91' |
| 92 | annotations: |
| 93 | msb.onap.org/service-info: | |
| 94 | {{ if .Values.global.msbEnabled -}}[ |
| 95 | { |
| 96 | "serviceName": "multicloud", |
| 97 | "version": "v0", |
| 98 | "url": "/api/multicloud/v0", |
| 99 | "protocol": "REST", |
| 100 | "port": "{{ .Values.service.internalPort }}", |
| 101 | "enable_ssl": false, |
| 102 | "visualRange": "1" |
| 103 | }, |
| 104 | { |
| 105 | "serviceName": "multicloud", |
| 106 | "version": "v1", |
| 107 | "url": "/api/multicloud/v1", |
| 108 | "protocol": "REST", |
| 109 | "port": "{{ .Values.service.internalPort }}", |
| 110 | "enable_ssl": false, |
| 111 | "visualRange": "1" |
| 112 | } |
| 113 | ]{{ end }} |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 114 | |
| 115 | ingress: |
| 116 | enabled: false |
Andreas Geissler | 718fb74 | 2023-03-09 09:44:02 +0100 | [diff] [blame] | 117 | service: |
| 118 | - baseaddr: 'multicloud-api' |
| 119 | name: 'multicloud' |
| 120 | port: 9001 |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 121 | |
Mukul | 62927a1 | 2018-09-11 11:42:00 +0000 | [diff] [blame] | 122 | # Resource Limit flavor -By Default using small |
| 123 | flavor: small |
| 124 | # Segregation for Different environment (Small and Large) |
| 125 | resources: |
| 126 | small: |
| 127 | limits: |
| 128 | cpu: 1 |
| 129 | memory: 4Gi |
| 130 | requests: |
| 131 | cpu: 10m |
| 132 | memory: 1Gi |
| 133 | large: |
| 134 | limits: |
| 135 | cpu: 2 |
| 136 | memory: 8Gi |
| 137 | requests: |
| 138 | cpu: 20m |
| 139 | memory: 2Gi |
Bin Yang | 0c54f18 | 2018-10-09 03:27:40 +0000 | [diff] [blame] | 140 | unlimited: {} |
farida azmy | 7251355 | 2021-10-12 18:55:21 +0200 | [diff] [blame] | 141 | |
| 142 | #Pods Service Account |
| 143 | serviceAccount: |
| 144 | nameOverride: multicloud |
| 145 | roles: |
| 146 | - read |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 147 | |
| 148 | #Log configuration |
| 149 | log: |
| 150 | path: /var/log/onap |