-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapplication.yaml
More file actions
46 lines (44 loc) · 1.33 KB
/
application.yaml
File metadata and controls
46 lines (44 loc) · 1.33 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
logging:
level:
root: info
com.epam.deltix.quantgrid: debug
web:
storage:
local:
resultsFolder: ${RESULTS_FOLDER:tmp/.cache}
inputsFolder: ${INPUTS_FOLDER:tmp/inputs}
dial:
enabled: ${WEB_STORAGE_DIAL_INPUT_ENABLED:false}
baseUrl: ${WEB_STORAGE_DIAL_BASE_URL}
appKey: ${WEB_STORAGE_DIAL_APP_KEY}
sync:
airbyte:
destinationImage: ${SYNC_DESTINATION_IMAGE:}
destinationSecret: ${SYNC_DESTINATION_SECRET:}
k8s:
namespace: ${SYNC_K8S_NAMESPACE:default}
purpose: airbyte-sync
pullPolicy: IfNotPresent
cleanupInterval: PT1H
sourceDefinitions:
- id: airbyte-postgres
name: Postgres
image: airbyte/source-postgres:3.6.35
- id: airbyte-s3
name: S3
image: airbyte/source-s3:4.14.6
- id: airbyte-dial # For testing purposes
name: DIAL
image: ${SYNC_DIAL_SOURCE_IMAGE:}
secret: ${SYNC_DIAL_SOURCE_SECRET:}
enabled: ${SYNC_DIAL_SOURCE_ENABLED:false}
heartbeatPeriodMillis: 5000
spring:
servlet:
multipart:
enabled: true
file-size-threshold: 16GB
max-file-size: 16GB
max-request-size: 16GB
security:
enabled: ${SECURITY_ENABLED:false}