blob: e3cd8ae4ed5020005e3c9d845ce43fb6f0e011e4 [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# 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
jmac065e2ce2018-03-29 01:18:02 +000015#################################################################
16# Global configuration defaults.
17#################################################################
18global:
19 nodePortPrefix: 302
20 repository: nexus3.onap.org:10001
21 repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
22 readinessRepository: oomk8s
BorislavG3d6f9372018-04-15 11:55:39 +000023 readinessImage: readiness-check:2.0.0
jmac065e2ce2018-03-29 01:18:02 +000024 loggingRepository: docker.elastic.co
25 loggingImage: beats/filebeat:5.5.0
26 persistence:
27 mountPath: /dockerdata-nfs
28
29#################################################################
30# Application configuration defaults.
31#################################################################
32# application images
33repository: nexus3.onap.org:10001
34pullPolicy: Always
35image: onap/sdnc-image:1.3-STAGING-latest
36
37# flag to enable debugging - application support required
38debugEnabled: false
39
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -040040geoEnabled: false
41
jmac065e2ce2018-03-29 01:18:02 +000042# application configuration
BorislavG5f3b6192018-03-25 18:12:38 +030043config:
jmac065e2ce2018-03-29 01:18:02 +000044 dbRootPassword: openECOMP1.0
45 enableClustering: true
46 configDir: /opt/onap/sdnc/data/properties
47 dmaapTopic: SUCCESS
BorislavG5f3b6192018-03-25 18:12:38 +030048 logstashServiceName: log-ls
49 logstashPort: 5044
jmac065e2ce2018-03-29 01:18:02 +000050
51# dependency / sub-chart configuration
52dmaap-listener:
53 nameOverride: sdnc-dmaap-listener
54 config:
55 sdncChartName: sdnc
56 mysqlChartName: sdnc-db
57 configDir: /opt/onap/sdnc/data/properties
58
59ueb-listener:
60 nameOverride: sdnc-ueb-listener
61 config:
62 sdncChartName: sdnc
63 mysqlChartName: sdnc-db
64 configDir: /opt/onap/sdnc/data/properties
65
66sdnc-portal:
67 config:
68 sdncChartName: sdnc
69 mysqlChartName: sdnc-db
70 configDir: /opt/onap/sdnc/data/properties
71 dbRootPassword: openECOMP1.0
72
73mysql:
74 nameOverride: sdnc-db
75 service:
76 name: sdnc-dbhost
jmacbc92d132018-04-07 03:46:12 +000077 internalPort: 3306
jmac065e2ce2018-03-29 01:18:02 +000078 nfsprovisionerPrefix: sdnc
79 sdnctlPrefix: sdnc
80 persistence:
81 mountSubPath: sdnc/data
82 enabled: true
Jerome Douceraindee57fd2018-04-13 12:24:53 -040083 disableNfsProvisioner: true
jmac065e2ce2018-03-29 01:18:02 +000084 replicaCount: 1
85
86dgbuilder:
87 nameOverride: sdnc-dgbuilder
88 config:
89 dbPodName: sdnc-db
90 dbServiceName: sdnc-dbhost
91 dbRootPassword: openECOMP1.0
92 service:
BorislavG1ffbd992018-04-24 07:56:27 +000093 name: sdnc-dgbuilder
jmac065e2ce2018-03-29 01:18:02 +000094 nodePort: "03"
95
96# default number of instances
97replicaCount: 1
98
99nodeSelector: {}
100
101affinity: {}
102
103# probe configuration parameters
104liveness:
105 initialDelaySeconds: 10
106 periodSeconds: 10
107 # necessary to disable liveness probe when setting breakpoints
108 # in debugger so K8s doesn't restart unresponsive container
109 enabled: true
110
111readiness:
112 initialDelaySeconds: 10
113 periodSeconds: 10
114
115service:
116 type: NodePort
117 name: sdnc
BorislavG1ffbd992018-04-24 07:56:27 +0000118 portName: sdnc
jmac065e2ce2018-03-29 01:18:02 +0000119 internalPort: 8181
120 internalPort2: 8101
121 internalPort3: 8080
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -0400122 internalPort4: 2550
123
jmac065e2ce2018-03-29 01:18:02 +0000124 #port
125 externalPort: 8282
126 nodePort: "02"
127
128 externalPort2: 8202
129 nodePort2: "08"
130
131 externalPort3: 8280
132 nodePort3: 46
133
134 clusterPort: 2550
Mohammadreza Pasandidehb756fb72018-04-03 10:06:45 -0400135 clusterPort2: 2650
136 clusterPort3: 2681
137
138 geoNodePort1: 61
139 geoNodePort2: 62
140 geoNodePort3: 63
141 geoNodePort4: 64
142 geoNodePort5: 65
143 geoNodePort6: 66
jmac065e2ce2018-03-29 01:18:02 +0000144
145ingress:
146 enabled: false
147
148resources: {}
149#resources:
150# limits:
151# cpu: 2
152# memory: 4Gi
153# requests:
154# cpu: 2
155# memory: 4Gi