Merge "[CONSUL] Add limits to consul chart."
[oom.git] / kubernetes / onap / resources / environments / dev.yaml
1 {{/*
2 # Copyright © 2017 Amdocs, Bell Canada
3 #
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 #################################################################
18 # Global configuration overrides.
19 #
20 # These overrides will affect all helm charts (ie. applications)
21 # that are listed below and are 'enabled'.
22 #################################################################
23 global:
24   # Change to an unused port prefix range to prevent port conflicts
25   # with other instances running within the same k8s cluster
26   nodePortPrefix: 302
27   nodePortPrefixExt: 304
28
29   # ONAP Repository
30   # Uncomment the following to enable the use of a single docker
31   # repository but ONLY if your repository mirrors all ONAP
32   # docker images. This includes all images from dockerhub and
33   # any other repository that hosts images for ONAP components.
34   #repository: nexus3.onap.org:10001
35
36   # readiness check
37   readinessImage: onap/oom/readiness:3.0.1
38
39   # logging agent - temporary repo until images migrated to nexus3
40   loggingRepository: docker.elastic.co
41
42   # image pull policy
43   pullPolicy: IfNotPresent
44
45   # override default mount path root directory
46   # referenced by persistent volumes and log files
47   persistence:
48     mountPath: /dockerdata-nfs
49
50   # flag to enable debugging - application support required
51   debugEnabled: true
52
53 #################################################################
54 # Enable/disable and configure helm charts (ie. applications)
55 # to customize the ONAP deployment.
56 #################################################################
57 aaf:
58   enabled: false
59 aai:
60   enabled: false
61   aai-cassandra:
62     replicaCount: 1
63 appc:
64   enabled: false
65 cassandra:
66   enabled: false
67   replicaCount: 1
68 clamp:
69   enabled: false
70 cli:
71   enabled: false
72 consul:
73   enabled: false
74 contrib:
75   enabled: false
76 dcaegen2:
77   enabled: false
78 dmaap:
79   enabled: false
80 esr:
81   enabled: false
82 log:
83   enabled: false
84   log-logstash:
85     replicaCount: 1
86 sniro-emulator:
87   enabled: false
88 oof:
89   enabled: false
90 mariadb-galera:
91   enabled: false
92 msb:
93   enabled: false
94 multicloud:
95   enabled: false
96 nbi:
97   enabled: false
98 policy:
99   enabled: false
100 pomba:
101   enabled: false
102 portal:
103   enabled: false
104 robot:
105   enabled: true
106 sdc:
107   enabled: false
108 sdnc:
109   enabled: false
110
111   replicaCount: 1
112
113   mysql:
114     replicaCount: 1
115 so:
116   enabled: false
117
118   replicaCount: 1
119
120   liveness:
121     # necessary to disable liveness probe when setting breakpoints
122     # in debugger so K8s doesn't restart unresponsive container
123     enabled: true
124
125   # so server configuration
126   config:
127     # message router configuration
128     dmaapTopic: "AUTO"
129     # openstack configuration
130     openStackUserName: "vnf_user"
131     openStackRegion: "RegionOne"
132     openStackKeyStoneUrl: "http://1.2.3.4:5000"
133     openStackServiceTenantName: "service"
134     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
135
136   # configure embedded mariadb
137   mariadb:
138     config:
139       mariadbRootPassword: password
140 uui:
141   enabled: false
142 vfc:
143   enabled: false
144 vid:
145   enabled: false
146 vnfsdk:
147   enabled: false