Skip to content

Commit

Permalink
add ignore warning deployment exposure
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainOfHacks committed Sep 12, 2023
1 parent 8a756b1 commit 6f81d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions infra/airflow-cluster/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ x-airflow-common:
AIRFLOW__CELERY__WORKER_CONCURRENCY: 1
AIRFLOW__CORE__SQL_ALCHEMY_POOL_SIZE: 512
AIRFLOW__CORE__SQL_ALCHEMY_MAX_OVERFLOW: 1024
AIRFLOW__WEBSERVER__WARN_DEPLOYMENT_EXPOSURE: 'false'
AIRFLOW__CORE__SQL_ALCHEMY_CONN: "postgresql+psycopg2://${AIRFLOW_POSTGRES_USER}:${AIRFLOW_POSTGRES_PASSWORD}@postgres/${AIRFLOW_POSTGRES_DB_NAME}"
AIRFLOW__CELERY__RESULT_BACKEND: "db+postgresql://${AIRFLOW_POSTGRES_USER}:${AIRFLOW_POSTGRES_PASSWORD}@postgres/${AIRFLOW_POSTGRES_DB_NAME}"
AIRFLOW__CELERY__BROKER_URL: "redis://:${REDIS_PASSWORD}@redis:6379/0"
Expand Down
1 change: 1 addition & 0 deletions infra/airflow/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ x-airflow-common:
AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION: 'true'
AIRFLOW__CORE__ENABLE_XCOM_PICKLING: "true"
AIRFLOW__CORE__LOAD_EXAMPLES: 'false'
AIRFLOW__WEBSERVER__WARN_DEPLOYMENT_EXPOSURE: 'false'
AIRFLOW__API__AUTH_BACKEND: 'airflow.api.auth.backend.basic_auth'
_PIP_ADDITIONAL_REQUIREMENTS: ${_PIP_ADDITIONAL_REQUIREMENTS:-}
VAULT_TOKEN: ${VAULT_TOKEN}
Expand Down

0 comments on commit 6f81d83

Please sign in to comment.