-
Notifications
You must be signed in to change notification settings - Fork 1
/
integration-server.yaml
37 lines (37 loc) · 1016 Bytes
/
integration-server.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
apiVersion: appconnect.ibm.com/v1beta1
kind: IntegrationServer
metadata:
name: @COMPONENTE_NAME@
namespace: @NAMESPACE@
label:
bar-version: @BAR_VERSION@
spec:
pod:
containers:
runtime:
image: image-registry.openshift-image-registry.svc:5000/@NAMESPACE@/@COMPONENTE_NAME@:@BAR_VERSION@
imagePullPolicy: Always
license:
accept: true
license: L-AMYG-BQ2E4U
use: CloudPakForIntegrationProduction
adminServerSecure: false
router:
timeout: 120s
customContentServer: false
useCommonServices: true
designerFlowsOperationMode: disabled
service:
endpointType: http
version: @ACE_VERSION@
logFormat: basic
replicas: @REPLICAS@
#barURL: @COMPONENTE_URL_BAR@
configurations:
- @COMPONENTE_NAME@-setdbparms
- @COMPONENTE_NAME@-serverconf
- @COMPONENTE_NAME@-truststore-@TRUSTSTORE_FILE@
- @COMPONENTE_NAME@-keystore-@KEYSTORE_FILE@
- @COMPONENTE_NAME@-odbc
- @COMPONENTE_NAME@-policyproject
- @COMPONENTE_NAME@-accounts