diff --git a/apps/base/gitlab-runner/pod-cleanup.yaml b/apps/base/gitlab-runner/pod-cleanup.yaml
index 109cdf9f90e50cc94f171d0a2e5ff46ffb370be8..f1102cd8c239536a97de046150dc897f1ea1bf9c 100644
--- a/apps/base/gitlab-runner/pod-cleanup.yaml
+++ b/apps/base/gitlab-runner/pod-cleanup.yaml
@@ -38,7 +38,7 @@ metadata:
   name: pod-cleanup
   namespace: gitlab-runner
 spec:
-  replicas: 2
+  replicas: 1
   selector:
     matchLabels:
       app.kubernetes.io/name: pod-cleanup
@@ -52,16 +52,16 @@ spec:
       containers:
       - name: gitlab-runner-pod-cleanup
         image: registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-pod-cleanup:latest
-      resources:
-        requests:
-          cpu: 10m
-          memory: 64Mi
-        limits:
-          cpu: 250m
-          memory: 512Mi
-      securityContext:
-        capabilities:
-          drop: ["all"]
-          add: []
-        runAsNonRoot: true
-        runAsUser: 1000
\ No newline at end of file
+        resources:
+          requests:
+            cpu: 10m
+            memory: 64Mi
+          limits:
+            cpu: 250m
+            memory: 512Mi
+        securityContext:
+          capabilities:
+            drop: ["all"]
+            add: []
+          runAsNonRoot: true
+          runAsUser: 1000
\ No newline at end of file