blob: 9e1c9bd23be7abccff7f794c30dcb283a4c120d4 [file] [log] [blame]
Daniel Silverthornb5d7ad82018-03-08 10:02:21 -05001# Copyright © 2018 Amdocs, AT&T
toshrajbhardwaj84d73b12018-08-06 07:35:14 +00002# Modifications Copyright © 2018 Bell Canada
Daniel Silverthornb5d7ad82018-03-08 10:02:21 -05003#
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:
BorislavGf2b49662018-04-15 11:55:39 +000020 readinessImage: readiness-check:2.0.0
Daniel Silverthornb5d7ad82018-03-08 10:02:21 -050021 loggingImage: beats/filebeat:5.5.0
22
23#################################################################
24# Application configuration defaults.
25#################################################################
26
27# application image
Kajur, Harish (vk250x)41a435d2018-09-06 14:44:40 -040028image: onap/champ:1.3-STAGING-latest
Daniel Silverthorn31023262018-03-28 19:18:19 +000029
rajeshkalai47c1de32018-09-20 06:36:28 -040030flavor: small
31
Daniel Silverthorn31023262018-03-28 19:18:19 +000032# application configuration
33config:
34 keyStorePassword: OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
35 keyManagerPassword: OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
Daniel Silverthornb5d7ad82018-03-08 10:02:21 -050036
37# default number of instances
38replicaCount: 1
39
40nodeSelector: {}
41
42affinity: {}
43
44# probe configuration parameters
45liveness:
46 initialDelaySeconds: 10
47 periodSeconds: 10
48 # necessary to disable liveness probe when setting breakpoints
49 # in debugger so K8s doesn't restart unresponsive container
50 enabled: false
51
52readiness:
53 initialDelaySeconds: 10
54 periodSeconds: 10
55
56service:
57 type: NodePort
BorislavGdd207052018-05-22 11:31:39 +000058 portName: aai-champ
Daniel Silverthornb5d7ad82018-03-08 10:02:21 -050059 internalPort: 9522
60 nodePort: 78
61
62ingress:
63 enabled: false
64
rajeshkalai47c1de32018-09-20 06:36:28 -040065resources:
66 small:
67 limits:
68 cpu: 2
69 memory: 4Gi
70 requests:
71 cpu: 2
72 memory: 4Gi
73 large:
74 limits:
75 cpu: 4
76 memory: 8Gi
77 requests:
78 cpu: 4
79 memory: 8Gi
Mandeep Khinda9a46bf32018-09-24 15:15:48 +000080 unlimited: {}
Michael Arrastia5ceee5a2018-09-17 15:12:45 +010081
82# XML beans configuration
83event:
84 port:
85 dmaap: 3905
86 protocol: https
87 publisher:
88 topic: champRawEvents