|
|
|
@ -17,9 +17,9 @@ spec:
|
|
|
|
- name: wp-cron
|
|
|
|
- name: wp-cron
|
|
|
|
image: rancher/curlimages-curl:7.73.0
|
|
|
|
image: rancher/curlimages-curl:7.73.0
|
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
command:
|
|
|
|
args:
|
|
|
|
- wget
|
|
|
|
- -s
|
|
|
|
- -q
|
|
|
|
- -o
|
|
|
|
- -O /tmp/wp-cron.php
|
|
|
|
- /dev/null
|
|
|
|
- https://{{ index .Values "smardigo-wordpress" "wordpress" "ingress" "hostname" }}/wp-cron.php
|
|
|
|
- https://{{ index .Values "smardigo-wordpress" "wordpress" "ingress" "hostname" }}/wp-cron.php
|
|
|
|
restartPolicy: OnFailure
|
|
|
|
restartPolicy: OnFailure
|
|
|
|
|