blob: 21e6a61cf5d66cf39d6495783cef45c66aec0974 [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# Copyright © 2017 Amdocs, Bell Canada
Nishukumar376ba1e2018-08-03 09:17:23 +00002# Modifications Copyright © 2018 AT&T
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00003#
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
kj41ef22e2018-04-02 13:34:07 +030016#################################################################
17# Global configuration defaults.
18#################################################################
19global:
20 nodePortPrefix: 302
efiacorc8c33162022-11-25 11:36:52 +000021 artifactImage: onap/multicloud/framework-artifactbroker:1.9.0
Kiran Kamineni60f72472018-12-18 13:30:38 -080022 prometheus:
23 enabled: false
Sylvain Desbureauxa1f93012019-12-09 11:43:47 +010024 persistence: {}
Maciej Wereski989c91c2021-11-17 16:45:14 +010025 centralizedLoggingEnabled: true
efiacorc8c33162022-11-25 11:36:52 +000026 multicloudK8sKafkaUser: mc-k8s-sdc-list-kafka-user
BorislavG5f3b6192018-03-25 18:12:38 +030027
kj41ef22e2018-04-02 13:34:07 +030028#################################################################
29# Application configuration defaults.
30#################################################################
31# application image
Andreas Geisslerdfa23c82022-05-13 16:54:43 +020032image: onap/multicloud/framework:1.8.1
kj41ef22e2018-04-02 13:34:07 +030033pullPolicy: Always
34
Huabing Zhao89577802018-07-30 09:41:17 +000035#Istio sidecar injection policy
36istioSidecar: true
37
Sylvain Desbureaux37dc40c2020-11-21 22:46:57 +010038multicloud-fcaps:
39 enabled: true
Maciej Wereski989c91c2021-11-17 16:45:14 +010040 logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud'
Sylvain Desbureaux37dc40c2020-11-21 22:46:57 +010041multicloud-k8s:
42 enabled: true
efiacorc8c33162022-11-25 11:36:52 +000043 config:
44 jaasConfExternalSecret: '{{ include "common.release" . }}-{{ .Values.global.multicloudK8sKafkaUser }}'
Sylvain Desbureaux37dc40c2020-11-21 22:46:57 +010045multicloud-pike:
46 enabled: true
Maciej Wereski989c91c2021-11-17 16:45:14 +010047 logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud'
Sylvain Desbureaux37dc40c2020-11-21 22:46:57 +010048multicloud-prometheus:
49 enabled: false
50multicloud-starlingx:
morganrol3ce2c6e2021-06-21 17:45:39 +020051 enabled: false
Maciej Wereski989c91c2021-11-17 16:45:14 +010052 logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud'
Sylvain Desbureaux37dc40c2020-11-21 22:46:57 +010053multicloud-vio:
morganrol3ce2c6e2021-06-21 17:45:39 +020054 enabled: false
Maciej Wereski989c91c2021-11-17 16:45:14 +010055 logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud'
Sylvain Desbureaux37dc40c2020-11-21 22:46:57 +010056multicloud-windriver:
morganrol3ce2c6e2021-06-21 17:45:39 +020057 enabled: false
Maciej Wereski989c91c2021-11-17 16:45:14 +010058 logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud'
Sylvain Desbureaux37dc40c2020-11-21 22:46:57 +010059
kj41ef22e2018-04-02 13:34:07 +030060# application configuration
BorislavG5f3b6192018-03-25 18:12:38 +030061config:
Bin Yang2e5ecc32020-01-23 02:46:07 +000062 ssl_enabled: true
kj41ef22e2018-04-02 13:34:07 +030063 msbgateway: msb-iag
BorislavG5f3b6192018-03-25 18:12:38 +030064 logstashServiceName: log-ls
65 logstashPort: 5044
Andreas Geisslerdfa23c82022-05-13 16:54:43 +020066 msbPort: 443
67 msbPlainPort: 80
kj41ef22e2018-04-02 13:34:07 +030068 aai:
Andreas Geisslerdfa23c82022-05-13 16:54:43 +020069 aaiPort: 8443
Andreas Geisslerfcb78782022-11-07 17:57:41 +010070 aaiPlainPort: 80
Bin Yang4884afa2018-05-23 18:30:31 +000071 schemaVersion: v13
kj41ef22e2018-04-02 13:34:07 +030072 username: AAI
73 password: AAI
74
75# default number of instances
76replicaCount: 1
77
78nodeSelector: {}
79
80affinity: {}
81
82# probe configuration parameters
83liveness:
84 initialDelaySeconds: 30
85 periodSeconds: 10
86 timeoutSeconds: 10
87 successThreshold: 1
88 failureThreshold: 5
89 enabled: true
90
91service:
Bin Yang9ea6b402019-05-08 02:09:38 +000092 type: ClusterIP
kj41ef22e2018-04-02 13:34:07 +030093 name: multicloud
Andreas Geisslerdfa23c82022-05-13 16:54:43 +020094 portName: http
kj41ef22e2018-04-02 13:34:07 +030095 externalPort: 9001
96 internalPort: 9001
97 nodePort: 91
98
99ingress:
100 enabled: false
101
Mukul62927a12018-09-11 11:42:00 +0000102# Resource Limit flavor -By Default using small
103flavor: small
104# Segregation for Different environment (Small and Large)
105resources:
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 Yang0c54f182018-10-09 03:27:40 +0000120 unlimited: {}
farida azmy72513552021-10-12 18:55:21 +0200121
122#Pods Service Account
123serviceAccount:
124 nameOverride: multicloud
125 roles:
126 - read
Maciej Wereski989c91c2021-11-17 16:45:14 +0100127
128#Log configuration
129log:
130 path: /var/log/onap