[MULTICLOUD-SDC-DIST] Updgrade artifactbroker to use kafka native
[oom.git] / kubernetes / multicloud / values.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications Copyright © 2018 AT&T
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:
20   nodePortPrefix: 302
21   artifactImage: onap/multicloud/framework-artifactbroker:1.9.0
22   prometheus:
23     enabled: false
24   persistence: {}
25   centralizedLoggingEnabled: true
26   multicloudK8sKafkaUser: mc-k8s-sdc-list-kafka-user
27
28 #################################################################
29 # Application configuration defaults.
30 #################################################################
31 # application image
32 image: onap/multicloud/framework:1.8.1
33 pullPolicy: Always
34
35 #Istio sidecar injection policy
36 istioSidecar: true
37
38 multicloud-fcaps:
39   enabled: true
40   logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud'
41 multicloud-k8s:
42   enabled: true
43   config:
44     jaasConfExternalSecret: '{{ include "common.release" . }}-{{ .Values.global.multicloudK8sKafkaUser }}'
45 multicloud-pike:
46   enabled: true
47   logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud'
48 multicloud-prometheus:
49   enabled: false
50 multicloud-starlingx:
51   enabled: false
52   logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud'
53 multicloud-vio:
54   enabled: false
55   logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud'
56 multicloud-windriver:
57   enabled: false
58   logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud'
59
60 # application configuration
61 config:
62   ssl_enabled: true
63   msbgateway: msb-iag
64   logstashServiceName: log-ls
65   logstashPort: 5044
66   msbPort: 443
67   msbPlainPort: 80
68   aai:
69     aaiPort: 8443
70     aaiPlainPort: 80
71     schemaVersion: v13
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:
92   type: ClusterIP
93   name: multicloud
94   portName: http
95   externalPort: 9001
96   internalPort: 9001
97   nodePort: 91
98
99 ingress:
100   enabled: false
101
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
120   unlimited: {}
121
122 #Pods Service Account
123 serviceAccount:
124   nameOverride: multicloud
125   roles:
126     - read
127
128 #Log configuration
129 log:
130   path: /var/log/onap