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