mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 07:17:59 +08:00
12 lines
344 B
YAML
12 lines
344 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
check-airflow-exporter-run:
|
|
exec: AIRFLOW_PROMETHEUS_DATABASE_NAME=mydatabase timeout --preserve-status 5 airflow-prometheus-exporter
|
|
timeout: 8000
|
|
exit-status: 143
|
|
stderr:
|
|
- "Starting airflow-exporter"
|
|
- "mydatabase"
|