File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 image : asia-southeast1-docker.pkg.dev/cs3219-g11-peerprep/cs3219-g11-repo/session-svc:latest
2020 imagePullPolicy : Always
2121 ports :
22- - containerPort : 5001
22+ - containerPort : 4444
2323 envFrom :
2424 - secretRef :
2525 name : session-service-config
@@ -40,8 +40,8 @@ metadata:
4040spec :
4141 type : ClusterIP
4242 ports :
43- - port : 5001
44- targetPort : 5001
43+ - port : 4444
44+ targetPort : 4444
4545 selector :
4646 app : session-svc
4747---
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const setupWSConnection = require("y-websocket/bin/utils").setupWSConnection;
1010export const allowedOrigins = [ "*" ] ;
1111
1212/**
13- * Server INITIALIZATION and CONFIGURATION.
13+ * Server INITIALIZATION and CONFIGURATION
1414 * CORS configuration
1515 * Request body parsing
1616 */
You can’t perform that action at this time.
0 commit comments