File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const authServiceProxy = createProxyMiddleware({
1313 '^/(.*)' : '/api/v1/auth/$1' , // Maps /login -> /api/v1/auth/login
1414 } ,
1515 on : {
16- proxyReq : fixRequestBody , // need to fix the request body before forwarding
16+ proxyReq : fixRequestBody , // need to fix the request body before forwarding.
1717 } ,
1818} ) ;
1919
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ kind: Service
4141metadata :
4242 name : question-svc
4343spec :
44- type : LoadBalancer
44+ type : ClusterIP
4545 ports :
4646 - port : 4001
4747 targetPort : 4001
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ kind: Service
4040metadata :
4141 name : user-svc
4242spec :
43- type : LoadBalancer
43+ type : ClusterIP
4444 ports :
4545 - port : 3001
4646 targetPort : 3001
You can’t perform that action at this time.
0 commit comments