generated from ibm-client-engineering/solution-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sterling-b2bi-values.yaml
738 lines (666 loc) · 18.2 KB
/
sterling-b2bi-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
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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
global:
license: true
image:
repository: "cp.icr.io/cp/ibm-b2bi/b2bi"
tag: "6.1.2.2"
digest: sha256:4199ccb92349366fa5debbc7d4bccff9e56edaf0b22fa473e2040baedaa0acc8
pullPolicy: IfNotPresent
pullSecret: "ibm-pull-secret"
networkPolicies:
ingress:
enabled: true
customPolicies:
egress:
enabled: true
customPolicies:
- name: allow-egress-to-rds
toSelectors:
- podSelector:
matchLabels:
app.kubernetes.io/name: b2bi
release: sterling-b2bi
- ipBlock:
cidr: 192.168.99.219/32
ports:
- protocol: TCP
port: 1521
- name: allow-egress-to-cd
toSelectors:
- podSelector:
matchLabels:
app.kubernetes.io/name: b2bi
release: sterling-b2bi
- ipBlock:
cidr: 192.168.99.219/32
ports:
- protocol: TCP
port: 1366
# metadata:
# labels:
# applicationid: testid
# annotations: {}
# Specify architecture (amd64, ppc64le, s390x) and weight to be used for scheduling as follows :
# # 0 - Do not use
# # 1 - Least preferred
# # 2 - No Preference
# # 3 - Most preferred
arch:
amd64: "2 - No Preference"
ppc64le: "2 - No Preference"
s390x: "2 - No Preference"
serviceAccount:
name: demo-sa
resourcesInit:
enabled: false
image:
repository: "cp.icr.io/cp/ibm-b2bi"
name: "b2bi-resources"
tag: "6.1.2.2"
digest: sha256:1d9045511c1203e6d6d25ed32c700dfca230076412915857c2c40b1409151b7c
pullPolicy: "IfNotPresent"
command:
persistence:
enabled: true
useDynamicProvisioning: true
appResourcesPVC:
enabled: true
storageClassName: "efs-sfg-sc"
selector:
label: "intent"
value: "resources"
accessMode: ReadOnlyMany
size: 100Mi
preDefinedResourcePVCName: sterlingtoolkit-pvc
appLogsPVC:
storageClassName: "efs-sfg-sc"
selector:
label: "intent"
value: "logs"
accessMode: ReadWriteMany
size: 500Mi
preDefinedLogsPVCName:
appDocumentsPVC:
enabled: true
storageClassName: "efs-sfg-sc"
selector:
label: "intent"
value: "documents"
accessMode: ReadWriteMany
size: 500Mi
preDefinedDocumentPVCName:
extraPVCs: []
security:
supplementalGroups: [65534]
fsGroup:
runAsUser:
runAsGroup:
ingress:
enabled: true
controller: "alb"
annotations:
alb.ingress.kubernetes.io/target-type: ip
alb.ingress.kubernetes.io/load-balancer-attributes: idle_timeout.timeout_seconds=600
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/backend-protocol: HTTPS
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS": 443}]'
alb.ingress.kubernetes.io/certificate-arn: 'arn:aws:acm:us-east-1:748107796891:certificate/ccc1b02c-8bad-4559-ac61-5efd4087432b'
# controller: "nginx"
# annotations:
# nginx.ingress.kubernetes.io/proxy-body-size: 2000m
port:
dataSetup:
# Enabled must be set to true on a first install, but subsequent helm upgrades it needs to be set to false
enabled: false
upgrade: false
image:
repository: "cp.icr.io/cp/ibm-b2bi/b2bi-dbsetup"
tag: "6.1.2.2"
digest: sha256:ff279b7df12a22a1773753c8d03a1e32fb5ab8395b94c203dc3fa599e4184551
pullPolicy: IfNotPresent
pullSecret: "ibm-pull-secret"
extraLabels:
applicationid: testlabel
env:
tz: "UTC"
upgradeCompatibilityVerified: false
debugMode: false
extraEnvs: []
logs:
enableAppLogOnConsole: true
applyPolicyToKubeSystem: false
integrations:
seasIntegration:
isEnabled: false
seasVersion: "1.0"
#setup.cfg configuration starts here. Property names must follow camelCase format.
setupCfg:
#upgrade: false
basePort: 50000
#License - specify values as true/false
licenseAcceptEnableSfg: true
licenseAcceptEnableEbics: true
licenseAcceptEnableFinancialServices: true
licenseAcceptEnableFileOperation: true
# Name of system passphrase secret if available
systemPassphraseSecret: b2b-system-passphrase-secret
enableFipsMode: false
nistComplianceMode: "off"
# Provide the DB attributes
dbVendor: Oracle
dbHost: sterling-mft-db.cehubq1eqcri.us-east-1.rds.amazonaws.com
dbPort: 1521
dbData: ORCL
dbDrivers: ojdbc8.jar
dbCreateSchema: true
oracleUseServiceName: false
# Values can be either true or false
usessl: false
dbSecret: b2b-db-secret
# When usessl is set to true
dbTruststore:
dbTruststoreSecret:
dbKeystore:
dbKeystoreSecret:
adminEmailAddress: kramerro@us.ibm.com
# Provide the SMTP host details
smtpHost: 127.0.0.1
softStopTimeout:
#Provide the termination grace period in seconds for containers. Only numeric value is accepted.
terminationGracePeriod: 30
#WMQ
# This is where we stick our MQ values
#JMS properties are optional if jmsVendor is empty
#To use IBMMQ for communication between ASI & AC, change property to jmsVendor: IBMMQ
# and provide other connection details
jmsVendor: IBMMQ
# Provide the name of connection factory class.
jmsConnectionFactory: com.ibm.mq.jms.MQQueueConnectionFactory
jmsConnectionFactoryInstantiator:
jmsQueueName: DEV.QUEUE.1
jmsHost: 10.100.98.89
jmsPort: 1414
jmsConnectionNameList:
# Applicable for IBMMQ
jmsChannel: DEV.APP.SVRCONN
jmsEnableSsl: false
# Name of JMS secret if available
jmsSecret: mq-secret
# When jmsEnableSsl is true
jmsKeystorePath:
jmsKeystoreSecret:
jmsTruststorePath:
jmsTruststoreSecret:
jmsCiphersuite:
jmsProtocol: TLSv1.2
# Liberty Profile SSL Config. Specify Liberty keystore file name including it's path relative to the mounted resources volume location, if applicable.
# If libertyKeystoreSecret is mentioned, provide the name of the key holding the certificate data.
libertyKeystoreLocation:
# Name of Liberty keystore secret containing the certificate, if applicable
libertyKeystoreSecret:
libertyProtocol: TLSv1.2
# Name of Liberty secret if available
libertySecret:
libertyJvmOptions:
# Default document storage option. Can be set to one of the below values
# DB - Database (default)
# FS - File System
defaultDocumentStorageType: DB
# restartCluster can be set to true to restart the application cluster by cleaning up all previous node entries, locks and set the schedules to node1.
restartCluster: false
#Enable SSL over RMI calls
useSslForRmi: true
# Name of the RMI Secret if available.
rmiTlsSecretName:
# SAP SNC configurations
# Name of the secret holding SAP SNC PSE file and password along with the sapgenpse utility
sapSncSecretName:
# SAP SNC library vendor name. This is same as the vendor name configured on customization UI for the SAP SNC library.
sapSncLibVendorName:
# SAP SNC library version. Specify the value in quotes. This is same as the vendor version configured on customization UI for the SAP SNC library.
sapSncLibVersion:
# SAP SNC library name. This is same as the native library file name uploaded on customization UI for the SAP SNC library.
sapSncLibName:
asi:
replicaCount: 1
env:
jvmOptions:
#Refer to global env.extraEnvs for sample values
extraEnvs: []
frontendService:
type: ClusterIP
ports:
http:
name: http
port: 35000
targetPort: http
nodePort: 30000
protocol: TCP
https:
name: https
port: 35001
targetPort: https
nodePort: 30001
protocol: TCP
soa:
name: soa
port: 35002
targetPort: soa
nodePort: 30002
protocol: TCP
soassl:
name: soassl
port: 35003
targetPort: soassl
nodePort: 30003
protocol: TCP
# restHttpAdapter:
# name: rest-adapter
# port: 35007
# targetPort: rest-adapter
# nodePort: 30007
# protocol: TCP
extraPorts: []
loadBalancerIP:
annotations: {}
backendService:
type: LoadBalancer
ports:
- name: adapter-1
port: 30201
targetPort: 30201
nodePort: 30201
protocol: TCP
portRanges:
- name: adapters
# portRange: 30301-30400
# targetPortRange: 30301-30400
# nodePortRange: 30301-30400
portRange: 30301-30305
targetPortRange: 30301-30305
nodePortRange: 30301-30305
protocol: TCP
loadBalancerIP:
loadBalancerSourceRanges: []
annotations: {}
livenessProbe:
initialDelaySeconds: 60
timeoutSeconds: 30
periodSeconds: 60
# command - command to be executed
# arg1, arg2.. - command arguments
readinessProbe:
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 60
command:
arg: []
#- arg1
#- arg2
startupProbe:
initialDelaySeconds: 120
timeoutSeconds: 30
periodSeconds: 60
failureThreshold: 12
internalAccess:
enableHttps: true
httpsPort:
tlsSecretName:
externalAccess:
protocol: http
address:
port:
ingress:
internal:
# When ingress class is NGINX
# host: "*.elb.us-east-1.amazonaws.com"
# When ingress class is alb
host: "*.us-east-1.elb.amazonaws.com"
tls:
enabled: true
secretName: sterling-b2bi-b2bi-asi-frontend-svc
extraPaths: []
external:
# When ingress class is NGINX
# host: "*.elb.us-east-1.amazonaws.com"
# When ingress class is alb
host: "*.us-east-1.elb.amazonaws.com"
tls:
enabled: true
secretName: sterling-b2bi-b2bi-asi-frontend-svc
extraPaths: []
extraPVCs: []
extraInitContainers: []
resources:
limits:
cpu: 4000m
memory: 8Gi
ephemeral-storage: "4Gi"
requests:
cpu: 2000m
memory: 4Gi
ephemeral-storage: "2Gi"
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 2
targetCPUUtilizationPercentage: 60
defaultPodDisruptionBudget:
enabled: false
minAvailable: 1
# for pod Affinity and podAntiAffinity
extraLabels:
applicationid: testlabel
#asiLabel: asiValue
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution: []
preferredDuringSchedulingIgnoredDuringExecution: []
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution: []
preferredDuringSchedulingIgnoredDuringExecution: []
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution: []
preferredDuringSchedulingIgnoredDuringExecution: []
topologySpreadConstraints: []
tolerations: []
extraSecrets: []
extraConfigMaps: []
myFgAccess:
myFgPort:
myFgProtocol:
hostAliases: []
performanceTuning:
allocateMemToBI: false
allocateMemToSAP: false
allocateMemToCLA: false
threadsPerCore: 4
override: []
networkPolicies:
ingress:
customPolicies:
egress:
customPolicies:
ac:
replicaCount: 1
env:
jvmOptions:
#Refer to global env.extraEnvs for sample values
extraEnvs: []
frontendService:
type: ClusterIP
ports:
http:
name: http
port: 35004
targetPort: http
nodePort: 30004
protocol: TCP
extraPorts:
- name: sftp-frontend
port: 50039
targetPort: 50039
# nodePort: 30510
nodePort: 50039
protocol: TCP
- name: cd-frontend
port: 51364
targetPort: 51364
nodePort: 51364
protocol: TCP
loadBalancerIP:
annotations: {}
backendService:
type: LoadBalancer
ports:
- name: adapter-1
port: 30401
targetPort: 30401
nodePort: 30401
protocol: TCP
- name: sftp-backend
port: 50039
targetPort: 50039
nodePort: 50039
protocol: TCP
- name: cd-backend
port: 51364
targetPort: 51364
nodePort: 51364
protocol: TCP
portRanges:
- name: adapters
portRange: 30501-30510
targetPortRange: 30501-30510
nodePortRange: 30501-30510
protocol: TCP
loadBalancerIP:
# loadBalancerSourceRanges:
# - 10.10.10.0/24
# - 10.10.20.0/24
annotations: {}
livenessProbe:
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 60
readinessProbe:
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 60
command:
arg: []
internalAccess:
enableHttps: true
tlsSecretName:
ingress:
internal:
# When ingress class is NGINX
# host: "*.elb.us-east-1.amazonaws.com"
# When ingress class is alb
host: "*.us-east-1.elb.amazonaws.com"
tls:
enabled: true
secretName: sterling-b2bi-b2bi-ac-frontend-svc
extraPaths: []
external:
# When ingress class is NGINX
# host: "*.elb.us-east-1.amazonaws.com"
# When ingress class is alb
host: "*.us-east-1.elb.amazonaws.com"
tls:
enabled: true
secretName: sterling-b2bi-b2bi-ac-frontend-svc
extraPaths: []
extraPVCs: []
extraInitContainers: []
resources:
limits:
cpu: 4000m
memory: 8Gi
ephemeral-storage: "4Gi"
requests:
cpu: 2000m
memory: 4Gi
ephemeral-storage: "2Gi"
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 2
targetCPUUtilizationPercentage: 60
defaultPodDisruptionBudget:
enabled: false
minAvailable: 1
# for pod Affinity and podAntiAffinity
extraLabels: {}
#acLabel: acValue
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution: []
preferredDuringSchedulingIgnoredDuringExecution: []
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution: []
preferredDuringSchedulingIgnoredDuringExecution: []
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution: []
preferredDuringSchedulingIgnoredDuringExecution: []
topologySpreadConstraints: []
tolerations: []
extraSecrets: []
extraConfigMaps: []
myFgAccess:
myFgPort:
myFgProtocol:
hostAliases: []
performanceTuning:
allocateMemToSAP: false
networkPolicies:
ingress:
customPolicies:
egress:
customPolicies:
api:
replicaCount: 1
env:
jvmOptions:
extraEnvs: []
frontendService:
type: ClusterIP
sessionAffinityConfig:
timeoutSeconds: 10800
externalTrafficPolicy: Cluster
ports:
http:
name: http
port: 35005
targetPort: http
nodePort: 30005
protocol: TCP
https:
name: https
port: 35006
targetPort: https
nodePort: 30006
protocol: TCP
extraPorts: []
loadBalancerIP:
annotations: {}
livenessProbe:
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 60
readinessProbe:
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 60
command:
arg: []
internalAccess:
enableHttps: true
tlsSecretName:
externalAccess:
protocol: http
address:
port:
ingress:
internal:
# When ingress class is NGINX
# host: "*.elb.us-east-1.amazonaws.com"
# When ingress class is alb
host: "*.us-east-1.elb.amazonaws.com"
tls:
enabled: true
secretName: sterling-b2bi-b2bi-api-frontend-svc
extraPVCs: []
extraInitContainers: []
resources:
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
limits:
cpu: 4000m
memory: 4Gi
ephemeral-storage: "4Gi"
requests:
cpu: 2000m
memory: 2Gi
ephemeral-storage: "2Gi"
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 2
targetCPUUtilizationPercentage: 60
defaultPodDisruptionBudget:
enabled: false
minAvailable: 1
# for pod Affinity and podAntiAffinity
extraLabels: {}
#apiLabel: apiValue
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution: []
preferredDuringSchedulingIgnoredDuringExecution: []
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution: []
preferredDuringSchedulingIgnoredDuringExecution: []
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution: []
preferredDuringSchedulingIgnoredDuringExecution: []
topologySpreadConstraints: []
tolerations: []
extraSecrets: []
extraConfigMaps: []
hostAliases: []
networkPolicies:
ingress:
customPolicies:
egress:
customPolicies:
nameOverride: ""
fullnameOverride: ""
# Test container
test:
image:
repository: 'cp.icr.io/cp'
name: 'opencontent-common-utils'
tag: '1.1.60'
digest: sha256:6a514b98fe8f006d00a4bbbcc87241d900ac6a6f28f035d89a61a47aa7af25c7
pullPolicy: 'IfNotPresent'
pullSecret: ibm-pull-secret
extraLabels:
applicationid: testlabel
purge:
enabled: true
image:
repository: "cp.icr.io/cp/ibm-b2bi/b2bi-purge"
# Provide the tag value in double quotes
tag: "6.1.2.2"
digest: sha256:82af150873315122c804ec06ea356f7db186732f73ec00338076746202d84d25
pullPolicy: IfNotPresent
pullSecret: ibm-pull-secret
extraLabels:
applicationid: testlabel
# Provide a schedule for the purge job as a cron expression. For example "0 0 * * *" will run the purge job at 00:00 every day
schedule: "0 0 * * *"
startingDeadlineSeconds: 60
activeDeadlineSeconds: 3600
concurrencyPolicy: Forbid
suspend: false
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 1
env:
jvmOptions:
#Refer to global env.extraEnvs for sample values
extraEnvs: []
resources:
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
limits:
cpu: 500m
memory: 1Gi
ephemeral-storage: "1Gi"
requests:
cpu: 100m
memory: 500Mi
ephemeral-storage: "500Mi"
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution: []
preferredDuringSchedulingIgnoredDuringExecution: []