From e1fe6c04759cbbe27bb7e965cbe935256e75f85f Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Thu, 2 Jun 2022 12:28:37 +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 3eacd07..18fba9d 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"