diff --git a/kustomize/overlays/prod/exneuland/deployment.yaml b/kustomize/overlays/prod/exneuland/deployment.yaml
index fdf1ecb9b8c5184c81d93b5cfe5254849283df98..4404c49723be7bc0450b30015033dc3c3e74fcef 100644
--- a/kustomize/overlays/prod/exneuland/deployment.yaml
+++ b/kustomize/overlays/prod/exneuland/deployment.yaml
@@ -3,7 +3,7 @@ kind: Deployment
 metadata:
   name: exneuland
 spec:
-  replicas: 25
+  replicas: 50
   template:
     spec:
       containers:
diff --git a/kustomize/overlays/prod/exneuland/kustomization.yaml b/kustomize/overlays/prod/exneuland/kustomization.yaml
index e01b9887e4b54ea33fdd06d1c74a6990c3556f83..73bbb1b8ade5749562acb2a91896ff43eccec2f9 100644
--- a/kustomize/overlays/prod/exneuland/kustomization.yaml
+++ b/kustomize/overlays/prod/exneuland/kustomization.yaml
@@ -31,9 +31,3 @@ patches:
 
 patchesStrategicMerge:
   - deployment.yaml
-  - |-
-    apiVersion: networking.k8s.io/v1
-    kind: Ingress
-    metadata:
-      name: exneuland
-    $patch: delete