Ensure sdnctl user/schema created on master MySQL
[oom.git] / kubernetes / sdnc / 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 defaults.
17 #################################################################
18 global:
19   nodePortPrefix: 302
20   repository: nexus3.onap.org:10001
21   repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
22   readinessRepository: oomk8s
23   readinessImage: readiness-check:1.1.0
24   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
33 repository: nexus3.onap.org:10001
34 pullPolicy: Always
35 image: onap/sdnc-image:1.3-STAGING-latest
36
37 # flag to enable debugging - application support required
38 debugEnabled: false
39
40 geoEnabled: false
41
42 # application configuration
43 config:
44   dbRootPassword: openECOMP1.0
45   enableClustering: true
46   configDir: /opt/onap/sdnc/data/properties
47   dmaapTopic: SUCCESS
48   logstashServiceName: log-ls
49   logstashPort: 5044
50
51 # dependency / sub-chart configuration
52 dmaap-listener:
53   nameOverride: sdnc-dmaap-listener
54   config:
55     sdncChartName: sdnc
56     mysqlChartName: sdnc-db
57     configDir: /opt/onap/sdnc/data/properties
58
59 ueb-listener:
60   nameOverride: sdnc-ueb-listener
61   config:
62     sdncChartName: sdnc
63     mysqlChartName: sdnc-db
64     configDir: /opt/onap/sdnc/data/properties
65
66 sdnc-portal:
67   config:
68     sdncChartName: sdnc
69     mysqlChartName: sdnc-db
70     configDir: /opt/onap/sdnc/data/properties
71     dbRootPassword: openECOMP1.0
72
73 mysql:
74   nameOverride: sdnc-db
75   service:
76     name: sdnc-dbhost
77     internalPort: 3306
78   nfsprovisionerPrefix: sdnc
79   sdnctlPrefix: sdnc
80   persistence:
81     mountSubPath: sdnc/data
82     enabled: true
83   disableNfsProvisioner: false
84   replicaCount: 1
85
86 dgbuilder:
87   nameOverride: sdnc-dgbuilder
88   config:
89     dbPodName: sdnc-db
90     dbServiceName: sdnc-dbhost
91     dbRootPassword: openECOMP1.0
92   service:
93     nodePort: "03"
94
95 # default number of instances
96 replicaCount: 1
97
98 nodeSelector: {}
99
100 affinity: {}
101
102 # probe configuration parameters
103 liveness:
104   initialDelaySeconds: 10
105   periodSeconds: 10
106   # necessary to disable liveness probe when setting breakpoints
107   # in debugger so K8s doesn't restart unresponsive container
108   enabled: true
109
110 readiness:
111   initialDelaySeconds: 10
112   periodSeconds: 10
113
114 service:
115   type: NodePort
116   name: sdnc
117   #targetPort
118   internalPort: 8181
119   internalPort2: 8101
120   internalPort3: 8080
121   internalPort4: 2550
122
123   #port
124   externalPort: 8282
125   nodePort: "02"
126
127   externalPort2: 8202
128   nodePort2: "08"
129
130   externalPort3: 8280
131   nodePort3: 46
132
133   clusterPort: 2550
134   clusterPort2: 2650
135   clusterPort3: 2681
136
137   geoNodePort1: 61
138   geoNodePort2: 62
139   geoNodePort3: 63
140   geoNodePort4: 64
141   geoNodePort5: 65
142   geoNodePort6: 66
143
144 ingress:
145   enabled: false
146
147 resources: {}
148 #resources:
149 #  limits:
150 #    cpu: 2
151 #    memory: 4Gi
152 #  requests:
153 #    cpu: 2
154 #    memory: 4Gi