From 996080ff7985c155f0c4e71a5c9738d0361aa2a1 Mon Sep 17 00:00:00 2001 From: Deepanshu Yadav Date: Fri, 29 Dec 2023 19:42:18 +0100 Subject: [PATCH] different file names Signed-off-by: Deepanshu Yadav --- istio/request_routing/nodejs-dev-deploy.yaml | 2 +- istio/request_routing/nodejs-prod-deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/istio/request_routing/nodejs-dev-deploy.yaml b/istio/request_routing/nodejs-dev-deploy.yaml index 94877b3..51b206c 100644 --- a/istio/request_routing/nodejs-dev-deploy.yaml +++ b/istio/request_routing/nodejs-dev-deploy.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: nodejs-deployment + name: nodejs-deployment-dev labels: app: nodejs version: development diff --git a/istio/request_routing/nodejs-prod-deploy.yaml b/istio/request_routing/nodejs-prod-deploy.yaml index b9afa9f..764edfa 100644 --- a/istio/request_routing/nodejs-prod-deploy.yaml +++ b/istio/request_routing/nodejs-prod-deploy.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: nodejs-deployment + name: nodejs-deployment-prod labels: app: nodejs version: prod