Fix airflow
This commit is contained in:
parent
f1f3bc7f17
commit
be809eca4e
@ -41,13 +41,27 @@ data:
|
||||
|
||||
db:
|
||||
type: postgres
|
||||
host: ~
|
||||
host: airflow-postgresql.dev-tools.svc.cluster.local
|
||||
port: 5432
|
||||
user: airflow
|
||||
pass: airflow123
|
||||
dbName: airflow
|
||||
sslMode: disable
|
||||
|
||||
# Airflow Configuration
|
||||
config:
|
||||
core:
|
||||
# Increase migration wait timeout to 10 minutes (600 seconds)
|
||||
migration_wait_timeout: 600
|
||||
# Enable SQL Alchemy connection pool
|
||||
sql_alchemy_pool_enabled: true
|
||||
sql_alchemy_pool_pre_ping: true
|
||||
sql_alchemy_max_overflow: 10
|
||||
sql_alchemy_pool_size: 5
|
||||
database:
|
||||
# Connection string format for postgres - will be auto-generated from db.* values
|
||||
sql_alchemy_conn: ~
|
||||
|
||||
# Migration Job Configuration - allows migrations to complete
|
||||
migrationJob:
|
||||
enabled: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user