From 6425d47fbe48584300138f9fb7850f11f4486ae4 Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Thu, 4 Mar 2021 10:51:43 +0100 Subject: [PATCH] fix --- charts/wordpress/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/wordpress/templates/deployment.yaml b/charts/wordpress/templates/deployment.yaml index c1b764a..c74b737 100644 --- a/charts/wordpress/templates/deployment.yaml +++ b/charts/wordpress/templates/deployment.yaml @@ -64,7 +64,7 @@ spec: httpGet: path: / port: http - initialDelaySeconds: 120 + initialDelaySeconds: 120 resources: {{- toYaml .Values.resources | nindent 12 }} volumes: