From 78440d147d918ddec912654f480361829760d990 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Thu, 2 Jun 2022 12:01:00 +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 3c64f7f..24e7192 100644 --- a/smardigo/templates/wordpress/deployment.yml +++ b/smardigo/templates/wordpress/deployment.yml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: "wordpress" spec: - replicas: 1 + replicas: 0 selector: matchLabels: app: "wordpress"