-
Notifications
You must be signed in to change notification settings - Fork 1
/
airbyte-values.yaml
46 lines (43 loc) · 1.12 KB
/
airbyte-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
postgresql:
enabled: false
global:
database:
type: "external"
# -- The database host
host: qovery.env.DATABASE_HOST
# -- The database port
port: qovery.env.DATABASE_PORT
# -- The database name
database: qovery.env.DATABASE_NAME
# -- The database user
user: qovery.env.DATABASE_USER
# -- The database password
password: qovery.env.DATABASE_PASSWORD
externalDatabase:
# -- The database host
host: qovery.env.DATABASE_HOST
# -- The database port
port: qovery.env.DATABASE_PORT
# -- The database name
database: qovery.env.DATABASE_NAME
# -- The database user
user: qovery.env.DATABASE_USER
# -- The database password
password: qovery.env.DATABASE_PASSWORD
# -- JDBC URL
jdbcURL: qovery.env.DATABASE_JDBC_URL
temporal:
resources:
requests:
memory: 512Mi
cpu: 500m
limits:
memory: 768Mi
cpu: 1000m
# To uncomment if you are using a database with TLS (like AWS RDS)
# bug https://github.com/airbytehq/airbyte-platform/pull/361
extraEnv:
- name: POSTGRES_TLS_ENABLED
value: "false"
- name: SQL_TLS_ENABLED
value: "false"