1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications Copyright © 2018 AT&T
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
8 # http://www.apache.org/licenses/LICENSE-2.0
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.
16 #################################################################
17 # Global configuration defaults.
18 #################################################################
21 readinessRepository: oomk8s
22 readinessImage: readiness-check:2.0.0
25 #################################################################
26 # Application configuration defaults.
27 #################################################################
30 elasticdumpRepository: docker.io
31 elasticdumpImage: taskrabbit/elasticsearch-dump
34 busyboxRepository: registry.hub.docker.com
35 busyboxImage: library/busybox:latest
38 loggingRepository: docker.elastic.co
39 image: kibana/kibana:5.5.0
42 # flag to enable debugging - application support required
45 # application configuration
47 elasticsearchServiceName: log-es
48 elasticsearchPort: 9200
50 # default number of instances
57 # probe configuration parameters
59 initialDelaySeconds: 300
62 # necessary to disable liveness probe when setting breakpoints
63 # in debugger so K8s doesn't restart unresponsive container
67 initialDelaySeconds: 300
72 #Example service definition with external, internal and node ports.
73 #Services may use any combination of ports depending on the 'type' of
74 #service being defined.
84 - baseaddr: "logkibana"
90 # Resource Limit flavor -By Default using small
92 # Segregation for Different environment (Small and Large)