From b1627519e66ee827ca93950a5147bb70ef67ebd1 Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Thu, 21 Apr 2022 14:47:57 +0200 Subject: [PATCH] wp --- charts/wordpress/5.9.3/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/wordpress/5.9.3/values.yaml b/charts/wordpress/5.9.3/values.yaml index 20d8c87..2bc4930 100644 --- a/charts/wordpress/5.9.3/values.yaml +++ b/charts/wordpress/5.9.3/values.yaml @@ -110,7 +110,8 @@ livenessProbe: readinessProbe: enabled: true httpGet: - path: /wp-login.php + #path: /wp-login.php + path: /?nocache port: '{{ .Values.wordpressScheme }}' scheme: '{{ .Values.wordpressScheme | upper }}' ## If using an HTTPS-terminating load-balancer, the probes may need to behave