Merge "[AAI] Add model-loader tracing config"
[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.7.3
22   prometheus:
23     enabled: false
24   persistence: {}
25   centralizedLoggingEnabled: true
26
27 #################################################################
28 # Application configuration defaults.
29 #################################################################
30 # application image
31 image: onap/multicloud/framework:1.7.3
32 pullPolicy: Always
33
34 #Istio sidecar injection policy
35 istioSidecar: true
36
37 multicloud-fcaps:
38   enabled: true
39   logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud'
40 multicloud-k8s:
41   enabled: true
42 multicloud-pike:
43   enabled: true
44   logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud'
45 multicloud-prometheus:
46   enabled: false
47 multicloud-starlingx:
48   enabled: false
49   logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud'
50 multicloud-vio:
51   enabled: false
52   logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud'
53 multicloud-windriver:
54   enabled: false
55   logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud'
56
57 # application configuration
58 config:
59   ssl_enabled: true
60   msbprotocol: https
61   msbgateway: msb-iag
62   msbPort: 443
63   logstashServiceName: log-ls
64   logstashPort: 5044
65   aai:
66     port: 8443
67     schemaVersion: v13
68     username: AAI
69     password: AAI
70
71 # default number of instances
72 replicaCount: 1
73
74 nodeSelector: {}
75
76 affinity: {}
77
78 # probe configuration parameters
79 liveness:
80   initialDelaySeconds: 30
81   periodSeconds: 10
82   timeoutSeconds: 10
83   successThreshold: 1
84   failureThreshold: 5
85   enabled: true
86
87 service:
88   type: ClusterIP
89   name: multicloud
90   portName: multicloud-framework
91   externalPort: 9001
92   internalPort: 9001
93   nodePort: 91
94
95 ingress:
96   enabled: false
97
98 # Resource Limit flavor -By Default using small
99 flavor: small
100 # Segregation for Different environment (Small and Large)
101 resources:
102   small:
103     limits:
104       cpu: 1
105       memory: 4Gi
106     requests:
107       cpu: 10m
108       memory: 1Gi
109   large:
110     limits:
111       cpu: 2
112       memory: 8Gi
113     requests:
114       cpu: 20m
115       memory: 2Gi
116   unlimited: {}
117
118 #Pods Service Account
119 serviceAccount:
120   nameOverride: multicloud
121   roles:
122     - read
123
124 #Log configuration
125 log:
126   path: /var/log/onap