-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvalues.yaml
More file actions
285 lines (278 loc) · 9.74 KB
/
values.yaml
File metadata and controls
285 lines (278 loc) · 9.74 KB
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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
# ----------------------------------------------------------------------------------------
#
# Copyright (c) 2025, WSO2 LLC. (https://www.wso2.com)..
#
# This software is the property of WSO2 LLC. and its suppliers, if any.
# Dissemination of any information or reproduction of any material contained
# herein in any form is strictly forbidden, unless permitted by WSO2 expressly.
# You may not alter or remove any copyright or other notice from copies of this content.
#
# ----------------------------------------------------------------------------------------
provider: ""
# AWS service configurations
aws:
# -- AWS IAM service account name
serviceAccountName: ""
# -- AWS region
region: ""
# AWS Secret Manager configurations
secretManager:
# -- AWS Secret Manager secret provider class name
secretProviderClass: ""
secretIdentifiers:
internalKeystorePassword:
# -- Secret name for internal keystore password
secretName: ""
# -- Secret key for internal keystore password
secretKey: ""
storage:
# -- Storage provisioner
provisioner: "efs.csi.aws.com"
# -- Persistent volume storage class name
storageClass: ""
# -- Persistent volume storage capacity
capacity: ""
# -- EFS file system ID
fileSystemId: ""
# -- EFS file system access point ID for mounting the CApps
cAppAccessPoint: ""
# -- Directory permissions for access point root directory creation
directoryPerms: "0777"
# Azure service configurations
azure:
keyVault:
# -- Name of the target Azure Key Vault instance
name: ""
secretProviderClass: ""
secretIdentifiers:
internalKeystorePassword: ""
activeDirectory:
# -- Service Principal created for transacting with the target Azure Key Vault
# For advanced details refer to official documentation (https://github.com/Azure/secrets-store-csi-driver-provider-azure/blob/master/docs/service-principal-mode.md)
servicePrincipal:
# -- Azure AD application name for fetching secrets via CSI secret store driver
appId: ""
# -- Client secret of Azure AD application client
clientSecret: ""
# -- Azure Active Directory tenant ID of the target Key Vault
tenantId: ""
resourceManager:
# -- Subscription ID of the target Azure Key Vault
subscriptionId: ""
# -- Name of the Azure Resource Group to which the target Azure Key Vault belongs
resourceGroup: ""
serviceAccount: ""
storage:
# Needed for persisting indexing related data
# -- Persistent volume capacity
capacity: ""
# -- Persistent volume storage class
storageClass: ""
# -- Azure file secret name
secretName: ""
# -- Azure fileshare name
fileShare: ""
gcp:
# GCP Secret Manager configurations
secretManager:
# -- GCP Secret Manager secret provider class name
secretProviderClass: ""
# -- K8s secret name which contains the JSON keyfile for the service account used to access the GCP Secret Manager
serviceAccountKeySecret: ""
secretIdentifiers:
# -- Secret name for internal keystore password. Expected format is `projects/<PROJECT_ID>/secrets/<SECRET_NAME>/versions/<VERSION>`
internalKeystorePassword: ""
# Filestore configurations
storage:
# -- Persistent volume storage class name
storageClass: ""
# -- Persistent volume storage capacity
capacity: ""
# -- Volume handle of the GCP Filestore instance. Format `modeInstance/<zone>/<filestore-instance-name>/<filestore-share-name>`
volumeHandle: ""
volumeAttributes:
# -- Pre-provisioned Filestore instance IP
ip: ""
# -- Pre-provisioned Filestore instance share name
volume: ""
# -- Tier of the FileStore
tier: ""
# -- Network of the FileStore
network: ""
wso2:
subscription:
# -- WSO2 subscription username
username: ""
# -- WSO2 subscription password
password: ""
ingress:
# -- Enable Ingress for SI
enabled: true
# -- Ingress class name
ingressClassName: "nginx"
# -- (list) Ingress annotations
annotations:
# -- K8s TLS secret for configured hostname
tlsSecret: ""
# -- Controls how the Ingress communicates with backend services
backendProtocol: "AUTO_HTTP"
# -- Controls how the redirection of HTTPS if TLS is enabled for that ingress.
sslRedirect: "false"
ratelimit:
# -- Ingress rate limit
enabled: false
# -- Ingress ratelimit zone name
zoneName: ""
# -- Ingress ratelimit burst limit
burstLimit: ""
config:
admin:
# -- Super admin username
username: "admin"
# -- Super admin password
password: "YWRtaW4="
secureVault:
# -- Enable/Disable secure vault
enabled: false
keyStore:
primary:
# -- Primary keystore file name
fileName: "wso2carbon.jks"
# -- Primary keystore alias
alias: "wso2carbon"
# -- Primary keystore password
password: ""
# -- Primary keystore key password
keyPassword: ""
secureVault:
# -- Secure vault file name
fileName: "securevault.jks"
# -- Secure vault alias
alias: "wso2carbon"
# -- Secure vault password
password: ""
# -- Secure vault key password
keyPassword: ""
trustStore:
primary:
# -- Primary truststore file name
fileName: "client-truststore.jks"
# -- Primary truststore password
password: ""
queryApi:
listenerConfigurations:
default: 7070
msf4jHttps: 7444
keyStorePassword: wso2carbon
certPass: wso2carbon
keyStoreFile: "${carbon.home}/resources/security/wso2carbon.jks"
transport:
http:
default: 9090
msf4jHttps: 9443
keyStoreFile: "${carbon.home}/resources/security/wso2carbon.jks"
keyStorePassword: wso2carbon
certPass: wso2carbon
databridge:
keyStoreLocation : ${sys:carbon.home}/resources/security/wso2carbon.jks
keyStorePassword: wso2carbon
thrift:
tcpPort: 7611
sslPort: 7711
binary:
tcpPort: 9611
sslPort: 9711
dataAgent:
thrift:
trustStorePath: '${sys:carbon.home}/resources/security/client-truststore.jks'
trustStorePassword: 'wso2carbon'
binary:
trustStorePath: '${sys:carbon.home}/resources/security/client-truststore.jks'
trustStorePassword: 'wso2carbon'
metrics:
enabled: false
datasources:
clusterDB:
username: wso2carbon
password: wso2carbon
permissionsDB:
username: wso2carbon
password: wso2carbon
metricsDB:
username: wso2carbon
password: wso2carbon
serviceCatalog:
enabled: false
username: admin
password: admin
deployment:
securityContext:
# -- Enable/Disable AppArmor (https://kubernetes.io/docs/tutorials/security/apparmor/)
apparmor: true
# -- Enable/Disable seccomp profile (https://kubernetes.io/docs/tutorials/security/seccomp/)
seccompProfile: true
# -- The UID to run the entrypoint of the container process
runAsUser: ""
# -- Hostname of the Streaming Integrator deployment
hostname: "si.wso2.com"
# -- Build version of the Streaming Integrator
BuildVersion: "4.3.0"
# -- K8s secret name which contains JKS files
JKSSecretName: ""
# -- imagePullSecrets for private docker registry
imagePullSecrets: ""
image:
# -- Container registry (When running on a local Kubernetes cluster using local image, make this empty)
containerRegistry: "docker.io"
# -- Container image repository name
repository: "wso2/wso2si"
# -- Container image digest
digest: ""
# -- Container image tag
tag: "4.3.0-ubuntu"
# -- Container image pull policy. Refer (https://kubernetes.io/docs/concepts/containers/images/#updating-images)
pullPolicy: IfNotPresent
# -- Number of deployment replicas
replicas: 1
strategy:
rollingUpdate:
# -- The maximum number of pods that can be scheduled above the desired number of pods.
maxSurge: 1
# -- The maximum number of pods that can be unavailable during the update.
maxUnavailable: 0
# These are the minimum resource recommendations for running WSO2 Streaming Integrator
resources:
requests:
# -- The minimum amount of memory that should be allocated for a Pod
memory: "512Mi"
# -- The minimum amount of CPU that should be allocated for a Pod
cpu: "500m"
limits:
# -- The maximum amount of memory that should be allocated for a Pod
memory: "1Gi"
# -- The maximum amount of CPU that should be allocated for a Pod
cpu: "1000m"
# JVM settings
# These are the resource allocation configurations associated with the JVM
jvm:
memory:
# -- The minimum amount of memory that should be allocated for the JVM
xms: "512m"
# -- The maximum amount of memory that should be allocated for the JVM
xmx: "1024m"
# -- (list) Environment variables for the Streaming integrator deployment
envs:
mountSiddhiApps: false
probes:
# Indicates whether the container is running
livenessProbe:
# Number of seconds after the container has started before liveness probes are initiated
initialDelaySeconds: 60
# How often (in seconds) to perform the probe
periodSeconds: 10
# Indicates whether the container is ready to service requests
readinessProbe:
# Number of seconds after the container has started before readiness probes are initiated
initialDelaySeconds: 60
# How often (in seconds) to perform the probe
periodSeconds: 10