From 7f479b18f6dd9aed2b1e766e1a157ce51ae7c802 Mon Sep 17 00:00:00 2001 From: Scott Berens Date: Thu, 5 May 2022 13:43:54 -0500 Subject: [PATCH] Update deployment.yaml we are having fun! --- helloworld/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld/deployment.yaml b/helloworld/deployment.yaml index 0cdeccb..ead7ae4 100755 --- a/helloworld/deployment.yaml +++ b/helloworld/deployment.yaml @@ -8,7 +8,7 @@ spec: selector: matchLabels: app: helloworld-app - replicas: 1 + replicas: 2 template: metadata: labels: