diff --git a/deployment.yaml b/deployment.yaml
index f313d3cacf4b957182a6e14a520bd5b73c52ee5b..7682acccc56bd713b9bb7cb2df46fcedd3c5e09a 100644
--- a/deployment.yaml
+++ b/deployment.yaml
@@ -17,11 +17,11 @@ spec:
         image: nexus.mynisum.com:2376/inventory-backend:latest
       imagePullSecrets: 
       - name: Nexus-ID
-          ports:
-            - containerPort: 8080
-          env:
-            - name: PORT
-              value: "8080"
+        ports:
+          - containerPort: 8080
+        env:
+          - name: PORT
+            value: "8080"
 ---
 apiVersion: v1
 kind: Service