master
Marius Ensrud 4 years ago
parent 1ebfef8c4b
commit b1627519e6

@ -110,7 +110,8 @@ livenessProbe:
readinessProbe: readinessProbe:
enabled: true enabled: true
httpGet: httpGet:
path: /wp-login.php #path: /wp-login.php
path: /?nocache
port: '{{ .Values.wordpressScheme }}' port: '{{ .Values.wordpressScheme }}'
scheme: '{{ .Values.wordpressScheme | upper }}' scheme: '{{ .Values.wordpressScheme | upper }}'
## If using an HTTPS-terminating load-balancer, the probes may need to behave ## If using an HTTPS-terminating load-balancer, the probes may need to behave

Loading…
Cancel
Save