Skip to content

Commit

Permalink
different file names
Browse files Browse the repository at this point in the history
Signed-off-by: Deepanshu Yadav <rohantheyadav@gmail.com>
  • Loading branch information
deepanshu-yadav committed Dec 29, 2023
1 parent dff3d47 commit 996080f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion istio/request_routing/nodejs-dev-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nodejs-deployment
name: nodejs-deployment-dev
labels:
app: nodejs
version: development
Expand Down
2 changes: 1 addition & 1 deletion istio/request_routing/nodejs-prod-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nodejs-deployment
name: nodejs-deployment-prod
labels:
app: nodejs
version: prod
Expand Down

0 comments on commit 996080f

Please sign in to comment.