9ea62aa98f4aac14ba8a9aee51e10b0dc60e18f3
[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.8.1
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.8.1
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   msbgateway: msb-iag
61   logstashServiceName: log-ls
62   logstashPort: 5044
63   msbPort: 443
64   msbPlainPort: 80
65   aai:
66     aaiPort: 8443
67     aaiPlainPort: 80
68     schemaVersion: v13
69     username: AAI
70     password: AAI
71
72 # default number of instances
73 replicaCount: 1
74
75 nodeSelector: {}
76
77 affinity: {}
78
79 # probe configuration parameters
80 liveness:
81   initialDelaySeconds: 30
82   periodSeconds: 10
83   timeoutSeconds: 10
84   successThreshold: 1
85   failureThreshold: 5
86   enabled: true
87
88 service:
89   type: ClusterIP
90   name: multicloud
91   portName: http
92   externalPort: 9001
93   internalPort: 9001
94   nodePort: 91
95
96 ingress:
97   enabled: false
98
99 # Resource Limit flavor -By Default using small
100 flavor: small
101 # Segregation for Different environment (Small and Large)
102 resources:
103   small:
104     limits:
105       cpu: 1
106       memory: 4Gi
107     requests:
108       cpu: 10m
109       memory: 1Gi
110   large:
111     limits:
112       cpu: 2
113       memory: 8Gi
114     requests:
115       cpu: 20m
116       memory: 2Gi
117   unlimited: {}
118
119 #Pods Service Account
120 serviceAccount:
121   nameOverride: multicloud
122   roles:
123     - read
124
125 #Log configuration
126 log:
127   path: /var/log/onap