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 |
efiacor | c8c3316 | 2022-11-25 11:36:52 +0000 | [diff] [blame] | 26 | multicloudK8sKafkaUser: mc-k8s-sdc-list-kafka-user |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 27 | |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 28 | ################################################################# |
| 29 | # Application configuration defaults. |
| 30 | ################################################################# |
| 31 | # application image |
Andreas Geissler | dfa23c8 | 2022-05-13 16:54:43 +0200 | [diff] [blame] | 32 | image: onap/multicloud/framework:1.8.1 |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 33 | pullPolicy: Always |
| 34 | |
Huabing Zhao | 8957780 | 2018-07-30 09:41:17 +0000 | [diff] [blame] | 35 | #Istio sidecar injection policy |
| 36 | istioSidecar: true |
| 37 | |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 38 | multicloud-fcaps: |
| 39 | enabled: true |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 40 | logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud' |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 41 | multicloud-k8s: |
| 42 | enabled: true |
efiacor | c8c3316 | 2022-11-25 11:36:52 +0000 | [diff] [blame] | 43 | config: |
| 44 | jaasConfExternalSecret: '{{ include "common.release" . }}-{{ .Values.global.multicloudK8sKafkaUser }}' |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 45 | multicloud-pike: |
| 46 | enabled: true |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 47 | logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud' |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 48 | multicloud-prometheus: |
| 49 | enabled: false |
| 50 | multicloud-starlingx: |
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-vio: |
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 | multicloud-windriver: |
morganrol | 3ce2c6e | 2021-06-21 17:45:39 +0200 | [diff] [blame] | 57 | enabled: false |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 58 | logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud' |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 59 | |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 60 | # application configuration |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 61 | config: |
Bin Yang | 2e5ecc3 | 2020-01-23 02:46:07 +0000 | [diff] [blame] | 62 | ssl_enabled: true |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 63 | msbgateway: msb-iag |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 64 | logstashServiceName: log-ls |
| 65 | logstashPort: 5044 |
Andreas Geissler | dfa23c8 | 2022-05-13 16:54:43 +0200 | [diff] [blame] | 66 | msbPort: 443 |
| 67 | msbPlainPort: 80 |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 68 | aai: |
Andreas Geissler | dfa23c8 | 2022-05-13 16:54:43 +0200 | [diff] [blame] | 69 | aaiPort: 8443 |
Andreas Geissler | fcb7878 | 2022-11-07 17:57:41 +0100 | [diff] [blame] | 70 | aaiPlainPort: 80 |
Bin Yang | 4884afa | 2018-05-23 18:30:31 +0000 | [diff] [blame] | 71 | schemaVersion: v13 |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 72 | username: AAI |
| 73 | password: AAI |
| 74 | |
| 75 | # default number of instances |
| 76 | replicaCount: 1 |
| 77 | |
| 78 | nodeSelector: {} |
| 79 | |
| 80 | affinity: {} |
| 81 | |
| 82 | # probe configuration parameters |
| 83 | liveness: |
| 84 | initialDelaySeconds: 30 |
| 85 | periodSeconds: 10 |
| 86 | timeoutSeconds: 10 |
| 87 | successThreshold: 1 |
| 88 | failureThreshold: 5 |
| 89 | enabled: true |
| 90 | |
| 91 | service: |
Bin Yang | 9ea6b40 | 2019-05-08 02:09:38 +0000 | [diff] [blame] | 92 | type: ClusterIP |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 93 | name: multicloud |
Andreas Geissler | dfa23c8 | 2022-05-13 16:54:43 +0200 | [diff] [blame] | 94 | portName: http |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 95 | externalPort: 9001 |
| 96 | internalPort: 9001 |
| 97 | nodePort: 91 |
| 98 | |
| 99 | ingress: |
| 100 | enabled: false |
| 101 | |
Mukul | 62927a1 | 2018-09-11 11:42:00 +0000 | [diff] [blame] | 102 | # Resource Limit flavor -By Default using small |
| 103 | flavor: small |
| 104 | # Segregation for Different environment (Small and Large) |
| 105 | resources: |
| 106 | small: |
| 107 | limits: |
| 108 | cpu: 1 |
| 109 | memory: 4Gi |
| 110 | requests: |
| 111 | cpu: 10m |
| 112 | memory: 1Gi |
| 113 | large: |
| 114 | limits: |
| 115 | cpu: 2 |
| 116 | memory: 8Gi |
| 117 | requests: |
| 118 | cpu: 20m |
| 119 | memory: 2Gi |
Bin Yang | 0c54f18 | 2018-10-09 03:27:40 +0000 | [diff] [blame] | 120 | unlimited: {} |
farida azmy | 7251355 | 2021-10-12 18:55:21 +0200 | [diff] [blame] | 121 | |
| 122 | #Pods Service Account |
| 123 | serviceAccount: |
| 124 | nameOverride: multicloud |
| 125 | roles: |
| 126 | - read |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 127 | |
| 128 | #Log configuration |
| 129 | log: |
| 130 | path: /var/log/onap |