Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/chat/.env.compose
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
EXPRESS_PORT=9005
EXPRESS_DB_HOST=chat-db
EXPRESS_DB_PORT=5435
EXPRESS_DB_PORT=5432
POSTGRES_DB=chat
POSTGRES_USER=peerprep-chat-express
POSTGRES_PASSWORD=Xk8qEcEI2sizjfEn/lF6mLqiyBECjIHY3q6sdXf9poQ=
Expand Down
2 changes: 1 addition & 1 deletion k8s/05-frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
sleep 2
done &

until wget --no-verboser --tries=1 --spider "$VITE_CHAT_SERVICE/health"; do
until wget --no-verbose --tries=1 --spider "$VITE_CHAT_SERVICE/health"; do
echo "Waiting for Chat Service"
sleep 2
done &
Expand Down