Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / common / common / values.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 #################################################################
16 # Global configuration default values that can be inherited by
17 # all subcharts.
18 #################################################################
19 global:
20   # Change to an unused port prefix range to prevent port conflicts
21   # with other instances running within the same k8s cluster
22   nodePortPrefix: 302
23
24   # image repositories
25   repository: nexus3.onap.org:10001
26
27   # readiness check
28   readinessRepository: oomk8s
29   readinessImage: readiness-check:2.0.0
30
31   # logging agent
32   loggingRepository: docker.elastic.co
33   loggingImage: beats/filebeat:5.5.0
34
35   # image pull policy
36   pullPolicy: Always
37
38   # default mount path root directory referenced
39   # by persistent volumes and log files
40   persistence:
41     mountPath: /dockerdata-nfs
42
43   # flag to enable debugging - application support required
44   debugEnabled: true