blob: 5b218f1e757d6906b62125f27bff15a6e9a6b512 [file] [log] [blame]
kj41ef22e2018-04-02 13:34:07 +03001# Copyright © 2017 Amdocs, Bell Canada
Nishukumar376ba1e2018-08-03 09:17:23 +00002# Modifications Copyright © 2018 AT&T
kj41ef22e2018-04-02 13:34:07 +03003#
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#################################################################
19global:
20 nodePortPrefix: 302
kj41ef22e2018-04-02 13:34:07 +030021
22#################################################################
23# Application configuration defaults.
24#################################################################
25# application image
Ethan Lynn900c3832019-09-20 10:17:01 +080026image: onap/multicloud/vio:1.4.1
kj41ef22e2018-04-02 13:34:07 +030027pullPolicy: Always
28
Huabing Zhao89577802018-07-30 09:41:17 +000029#Istio sidecar injection policy
Mandeep Khinda60d36d42018-09-24 15:15:48 +000030istioSidecar: true
Huabing Zhao89577802018-07-30 09:41:17 +000031
kj41ef22e2018-04-02 13:34:07 +030032# application configuration
33config:
34 msbgateway: msb-iag
35 msbPort: 80
36 aai:
37 port: 8443
Bin Yang4884afa2018-05-23 18:30:31 +000038 schemaVersion: v13
kj41ef22e2018-04-02 13:34:07 +030039 username: AAI
40 password: AAI
41
42# default number of instances
43replicaCount: 1
44
45nodeSelector: {}
46
47affinity: {}
48
49# probe configuration parameters
50liveness:
51 initialDelaySeconds: 30
52 periodSeconds: 10
53 timeoutSeconds: 10
54 successThreshold: 1
55 failureThreshold: 5
56 enabled: true
57
58service:
Bin Yang9ea6b402019-05-08 02:09:38 +000059 type: ClusterIP
kj41ef22e2018-04-02 13:34:07 +030060 name: multicloud-vio
Bin Yang0c54f182018-10-09 03:27:40 +000061 portName: multicloud-vio
kj41ef22e2018-04-02 13:34:07 +030062 externalPort: 9004
63 internalPort: 9004
64 nodePort: 92
65
Pradeep Pateld5187f92018-04-26 06:07:56 +000066ingress:
67 enabled: false
68
Mukul62927a12018-09-11 11:42:00 +000069# Resource Limit flavor -By Default using small
70flavor: small
71# Segregation for Different environment (Small and Large)
72resources:
73 small:
74 limits:
75 cpu: 1
76 memory: 4Gi
77 requests:
78 cpu: 10m
79 memory: 1Gi
80 large:
81 limits:
82 cpu: 2
83 memory: 8Gi
84 requests:
85 cpu: 20m
86 memory: 2Gi
Bin Yang0c54f182018-10-09 03:27:40 +000087 unlimited: {}
farida azmy72513552021-10-12 18:55:21 +020088
89#Pods Service Account
90serviceAccount:
91 nameOverride: multicloud-vio
92 roles:
93 - read