fix(db): adding new env variable

This commit is contained in:
2023-04-24 14:03:08 +02:00
parent fb97a91e13
commit eb5ff5a4c2
3 changed files with 22 additions and 15 deletions

18
resources/helm.yaml Normal file
View File

@@ -0,0 +1,18 @@
helmCharts:
- name: airflow
repo: https://airflow.apache.org
version: 1.9.0
releaseName: airflow
valuesInline:
postgresql:
enabled: false
pgbouncer:
enabled: true
data:
metadataSecretName: airflow-postgres-connection
webserverSecretKeySecretName: airflow-webserver-secret-key
env:
- name: "DB_SERVICE_HOST"
value: "$(AIRFLOW_DATABASE_SERVICE_NAME)-rw"
- name: "DB_SERVICE_PORT"
value: "5432"