Skip to content

Commit

Permalink
added something
Browse files Browse the repository at this point in the history
Signed-off-by: Deepanshu Yadav <[email protected]>
  • Loading branch information
deepanshu-yadav committed Dec 30, 2023
1 parent ec9824b commit 04fd35d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ kubectl apply -f nodejs-prod-deploy.yaml -n node-mongo-istio
kubectl apply -f mongo-service.yaml -n node-mongo-istio
kubectl apply -f nodejs-service.yaml -n node-mongo-istio
kubectl apply -f virtual-service.yaml -n node-mongo-istio
kubectl apply -f destination-rule.yaml -n node-mongo-istio
kubectl apply -f virtual-service.yaml -n node-mongo-istio
```


2 changes: 1 addition & 1 deletion istio/request_routing/virtual-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
name: nodejs-service
spec:
hosts:
- nodejs-service
- nodejs-service
gateways:
- nodejs-gateway
http:
Expand Down

0 comments on commit 04fd35d

Please sign in to comment.