From e91b0d015c6eb91b8a17ca8760c84e571d1ab184 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Thu, 2 Jun 2022 12:04:52 +0200 Subject: [PATCH] bugfix: wordpress --- smardigo/templates/wordpress/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smardigo/templates/wordpress/deployment.yml b/smardigo/templates/wordpress/deployment.yml index 24e7192..3c64f7f 100644 --- a/smardigo/templates/wordpress/deployment.yml +++ b/smardigo/templates/wordpress/deployment.yml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: "wordpress" spec: - replicas: 0 + replicas: 1 selector: matchLabels: app: "wordpress"