|
|
|
|
@ -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
|
|
|
|
|
|