Skip to content

Commit ae32084

Browse files
committed
PEER-236: Validate K8s configs
Signed-off-by: SeeuSim <[email protected]>
1 parent 1493798 commit ae32084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/chat/.env.compose

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
EXPRESS_PORT=9005
22
EXPRESS_DB_HOST=chat-db
3-
EXPRESS_DB_PORT=5435
3+
EXPRESS_DB_PORT=5432
44
POSTGRES_DB=chat
55
POSTGRES_USER=peerprep-chat-express
66
POSTGRES_PASSWORD=Xk8qEcEI2sizjfEn/lF6mLqiyBECjIHY3q6sdXf9poQ=

k8s/05-frontend-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
sleep 2
6363
done &
6464
65-
until wget --no-verboser --tries=1 --spider "$VITE_CHAT_SERVICE/health"; do
65+
until wget --no-verbose --tries=1 --spider "$VITE_CHAT_SERVICE/health"; do
6666
echo "Waiting for Chat Service"
6767
sleep 2
6868
done &

0 commit comments

Comments
 (0)