Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tests): fix redundant healthcheck entry
Browse files Browse the repository at this point in the history
kikito committed Sep 12, 2024
1 parent 7d20cf8 commit abbd46c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions kong-build-tools/test/kong-tests-compose.yaml
Original file line number Diff line number Diff line change
@@ -92,12 +92,6 @@ services:
POSTGRES_DB: ${KONG_PG_DATABASE:-kong}
POSTGRES_PASSWORD: ${KONG_PG_PASSWORD:-kong}
POSTGRES_USER: ${KONG_PG_USER:-kong}
healthcheck:
test: ["CMD", "pg_isready", "-U", "${KONG_PG_USER:-kong}"]
interval: 30s
timeout: 30s
retries: 3
restart: on-failure
stdin_open: true
tty: true
healthcheck:

0 comments on commit abbd46c

Please sign in to comment.