From 678bbac3ff61531fef1c8de45a0534ab7d7d3225 Mon Sep 17 00:00:00 2001 From: Cedi <ccc@cedi.dev> Date: Thu, 30 Dec 2021 08:23:12 +0000 Subject: [PATCH] Deploy/step4 --- kustomize/overlays/prod/exneuland/deployment.yaml | 2 +- kustomize/overlays/prod/exneuland/kustomization.yaml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/kustomize/overlays/prod/exneuland/deployment.yaml b/kustomize/overlays/prod/exneuland/deployment.yaml index fdf1ecb..4404c49 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 e01b988..73bbb1b 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 -- GitLab