|
|
|
@ -18,7 +18,7 @@ spec:
|
|
|
|
image: rancher/curlimages-curl:7.73.0
|
|
|
|
image: rancher/curlimages-curl:7.73.0
|
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
command:
|
|
|
|
command:
|
|
|
|
- /usr/bin/wget
|
|
|
|
- wget
|
|
|
|
- -q
|
|
|
|
- -q
|
|
|
|
- -O /tmp/wp-cron.php
|
|
|
|
- -O /tmp/wp-cron.php
|
|
|
|
- https://{{ index .Values "smardigo-wordpress" "wordpress" "ingress" "hostname" }}/wp-cron.php
|
|
|
|
- https://{{ index .Values "smardigo-wordpress" "wordpress" "ingress" "hostname" }}/wp-cron.php
|
|
|
|
|