From b35567754e841a6255c7234b06983789f235eb04 Mon Sep 17 00:00:00 2001
From: Helmut Hutzler <helmut.hutzler@th-nuernberg.de>
Date: Thu, 8 Sep 2022 09:40:30 +0000
Subject: [PATCH] Update deployments/deploy_nginx.yaml

---
 deployments/deploy_nginx.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deployments/deploy_nginx.yaml b/deployments/deploy_nginx.yaml
index 02af8bc..c176ca1 100644
--- a/deployments/deploy_nginx.yaml
+++ b/deployments/deploy_nginx.yaml
@@ -7,7 +7,7 @@ spec:
   selector:
     matchLabels:
       app: nginx
-  replicas: 2 # tells deployment to run 2 pods matching the template
+  replicas: 3 # tells deployment to run 2 pods matching the template
   template:
     metadata:
       labels:
-- 
GitLab