diff --git a/deployments/deploy_nginx.yaml b/deployments/deploy_nginx.yaml
index c176ca1fe782bb6722885a2142219811e4c4e04e..8698e48dfa182ad97e791bc617b6be02b7a1340d 100644
--- a/deployments/deploy_nginx.yaml
+++ b/deployments/deploy_nginx.yaml
@@ -1,13 +1,13 @@
 apiVersion: apps/v1
 kind: Deployment
 metadata:
-  name: nginx-deployment
+  name: nginx-deployment-via-testing-gitlab-agent-repo
   namespace: testing
 spec:
   selector:
     matchLabels:
       app: nginx
-  replicas: 3 # tells deployment to run 2 pods matching the template
+  replicas: 2 # tells deployment to run 2 pods matching the template
   template:
     metadata:
       labels: