mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 07:17:59 +08:00
13 lines
329 B
YAML
13 lines
329 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
check-consul-exporter-run:
|
|
exec: timeout --preserve-status 5 consul_exporter
|
|
timeout: 8000
|
|
exit-status: 143
|
|
stderr:
|
|
- "Starting consul_exporter"
|
|
- "Listening on"
|
|
- "version={{ .Env.APP_VERSION }}"
|