forked from CAAPIM/portal-helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
244 lines (196 loc) · 4.25 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
# GKE Ingress
ingress:
enabled: false
# Default for OpenShift. If deploying on GKE. Set route to false and ingress to true
# Openshift Route
route:
enabled: true
analytics:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
apim:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
authenticator:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
dispatcher:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
portalData:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
portalEnterprise:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
portaldb:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
pssg:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
rabbitmq:
replicaCount: 1
dnsPolicy: ClusterFirst
config:
username: user
password: 7layereyal7
host: rabbitmq
cookie: L7Secure
port: 5672
rmq_default_user: user
rmq_default_password: 7layereyal7
rmq_erlang_cookie: L7Secure
image:
pullPolicy: Always
smtp:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
solr:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
tenantProvisioner:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
minio:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
kafka:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
zookeeper:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
middlemanager:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
ingestion:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
config:
partitionCount: 1
broker:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
coordinator:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
historical:
replicaCount: 1
dnsPolicy: ClusterFirst
image:
pullPolicy: Always
image:
portalRepository: apim-portal.packages.ca.com/apim-portal/
pullPolicy: Always
pullSecrets: bintray
postgres: postgres:latest
mysql: portaldb:latest
smtp: smtp:4.5
rabbitmq: message-broker:4.5
dispatcher: dispatcher:4.5
pssg: pssg:4.5
apim: ingress:4.5
enterprise: portal-enterprise:4.5
data: portal-data:4.5
tps: tenant-provisioning-service:4.5
solr: solr:4.5
analytics: analytics-server:4.5
authenticator: authenticator:4.5
dbUpgrade: db-upgrade-portal:4.5
rbacUpgrade: db-upgrade-rbac:4.5
ingestion: ingestion-server:4.5
kafka: kafka:4.5
zookeeper: zookeeper:4.5
broker: druid:4.5
coordinator: druid:4.5
middlemanager: druid:4.5
minio: minio:4.5
historical: druid:4.5
upgradeVerify: upgrade-verify:4.5
user:
kubeNamespace: dev-portal
legacyHostnames: false
legacyDatabaseNames: true
domain: example.com
# the subdomain you would like to use for your external tenant. By providing a value, an ingress rule will be created for accessing
analyticsEnabled: true
ssoDebug: false
enrollNotificationEmail: [email protected]
setupDemoDatabase: true
databaseType: mysql
databaseHost: portaldb
databasePort: 3306
databaseUsername: admin
databasePassword: 7layer
# If setupInternalSMTP is false, you should provide the creds and cert for your external smtp
setupInternalSMTP: false
smtpCert: notinstalled
smtpHost: notinstalled
smtpPassword: notinstalled
smtpPort: notinstalled
smtpRequireSSL: true
smtpUsername: notinstalled
hostnameWhitelist:
defaultTenantId: apim
papiUsername: papi
papiPassword: 7layer
telemetry:
telemetry_pla_enabled: false
telemetry_usage_type: PRODUCTION
telemetry_domain_name:
telemetry_site_id:
telemetry_chargeback_id:
telemetry_proxy_url:
telemetry_proxy_username:
telemetry_proxy_password:
secrets:
apimSslKeyPass: certpass
datalakeKeyPass: certpass
dispatcherSslKeyPass: certpass
dssgKeyPass: certpass
pssgSslKeyPass: certpass
tpsKeyPass: certpass
persistence:
storage:
name: standard
historical: 50Gi
minio: 40Gi
kafka: 10Gi
zookeeper: 10Gi