Skip to content

Commit abbd46c

Browse files
committed
chore(tests): fix redundant healthcheck entry
1 parent 7d20cf8 commit abbd46c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

kong-build-tools/test/kong-tests-compose.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@ services:
9292
POSTGRES_DB: ${KONG_PG_DATABASE:-kong}
9393
POSTGRES_PASSWORD: ${KONG_PG_PASSWORD:-kong}
9494
POSTGRES_USER: ${KONG_PG_USER:-kong}
95-
healthcheck:
96-
test: ["CMD", "pg_isready", "-U", "${KONG_PG_USER:-kong}"]
97-
interval: 30s
98-
timeout: 30s
99-
retries: 3
100-
restart: on-failure
10195
stdin_open: true
10296
tty: true
10397
healthcheck:

0 commit comments

Comments
 (0)