From 6cf6d6c4816b57f600792b8e41fa8a185eeb8a5f Mon Sep 17 00:00:00 2001 From: Cedi <ccc@cedi.dev> Date: Thu, 30 Dec 2021 08:18:10 +0000 Subject: [PATCH] Deploy/step3 --- kustomize/overlays/prod/exneuland/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/overlays/prod/exneuland/deployment.yaml b/kustomize/overlays/prod/exneuland/deployment.yaml index 5fb2129..fdf1ecb 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: 10 + replicas: 25 template: spec: containers: -- GitLab