blob: b1ce34dd1df548db548e4e7a18514a8885a6e0ee [file] [log] [blame]
Daniel Silverthorn48f10702018-03-08 10:02:21 -05001# Copyright © 2018 Amdocs, AT&T
toshrajbhardwajf4fc1c62018-08-06 07:35:14 +00002# Modifications Copyright © 2018 Bell Canada
Daniel Silverthorn48f10702018-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:
BorislavG3d6f9372018-04-15 11:55:39 +000020 readinessImage: readiness-check:2.0.0
Daniel Silverthorn48f10702018-03-08 10:02:21 -050021 loggingImage: beats/filebeat:5.5.0
22
23#################################################################
24# Application configuration defaults.
25#################################################################
26
27# application image
Gary Wubc1e7312018-10-18 09:48:31 -070028image: onap/champ:1.3.0
Daniel Silverthorn82cee4d2018-03-28 19:18:19 +000029
rajeshkalai9fcfbce2018-09-20 06:36:28 -040030flavor: small
31
Daniel Silverthorn82cee4d2018-03-28 19:18:19 +000032# application configuration
33config:
34 keyStorePassword: OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
35 keyManagerPassword: OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
Lee, Tian (tl5884)fd8e7fb2019-01-11 16:52:27 +000036 trustStorePassword: OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
Daniel Silverthorn48f10702018-03-08 10:02:21 -050037
38# default number of instances
39replicaCount: 1
40
41nodeSelector: {}
42
43affinity: {}
44
45# probe configuration parameters
46liveness:
47 initialDelaySeconds: 10
48 periodSeconds: 10
49 # necessary to disable liveness probe when setting breakpoints
50 # in debugger so K8s doesn't restart unresponsive container
51 enabled: false
52
53readiness:
54 initialDelaySeconds: 10
55 periodSeconds: 10
56
57service:
58 type: NodePort
BorislavG2d4426e2018-05-22 11:31:39 +000059 portName: aai-champ
Daniel Silverthorn48f10702018-03-08 10:02:21 -050060 internalPort: 9522
Mandeep Khindafe527eb2018-10-16 09:56:34 -040061 externalPort: 9522
Daniel Silverthorn48f10702018-03-08 10:02:21 -050062 nodePort: 78
63
64ingress:
65 enabled: false
66
rajeshkalai9fcfbce2018-09-20 06:36:28 -040067resources:
68 small:
69 limits:
70 cpu: 2
71 memory: 4Gi
72 requests:
jimmy297f59b2018-12-06 15:05:48 -050073 cpu: 0.5
74 memory: 1Gi
rajeshkalai9fcfbce2018-09-20 06:36:28 -040075 large:
76 limits:
77 cpu: 4
78 memory: 8Gi
79 requests:
jimmy297f59b2018-12-06 15:05:48 -050080 cpu: 1
81 memory: 2Gi
Mandeep Khinda60d36d42018-09-24 15:15:48 +000082 unlimited: {}
Michael Arrastia1149a062018-09-17 15:12:45 +010083
84# XML beans configuration
85event:
86 port:
87 dmaap: 3905
88 protocol: https
89 publisher:
90 topic: champRawEvents