From 548c780a43aa13a48106f15552de85a779fdaa5c Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Thu, 4 Mar 2021 11:20:07 +0100 Subject: [PATCH] fix delay --- 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 c74b737..a7a18df 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: