Skip to content

Commit

Permalink
chore(tests): fix redundant healthcheck entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito committed Sep 12, 2024
1 parent 4d5af5d commit 1f5199f
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
Expand Up @@ -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:
Expand Down

0 comments on commit 1f5199f

Please sign in to comment.