Skip to content
Snippets Groups Projects
Verified Commit dff9894f authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

more feedback processed

parent 36c27d18
No related branches found
No related tags found
1 merge request!17Resolve "Call cron from Kubernetes cronjob"
......@@ -39,7 +39,7 @@ spec:
{{- end }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
- name: {{ .Chart.Name }}-cron-caller
image: "{{ default .Values.image.repository .Values.wordpress.mu_cron.cronjob.image.repository }}:{{ default .Values.image.tag .Values.wordpress.mu_cron.cronjob.image.tag }}"
imagePullPolicy: {{ default .Values.image.pullPolicy .Values.wordpress.mu_cron.cronjob.image.pullPolicy }}
command: [ "curl" ]
......
......@@ -149,14 +149,14 @@ wordpress:
name: Cron Control
repo: https://github.com/Automattic/wp-cron-control.git
slug: wp-cron-control
version: master
version: cecdec276f086aafb6765ea77ce8d2ce0948e01c
phpfile: wp-cron-control.php
# Optional annotations to add to the cronjob object
cronjob:
image:
repository: curlimages/curl
tag: latest
pullPolicy: always
pullPolicy: Always
# Every 3 minutes
schedule: "*/3 * * * *"
# We use the internal DNS, so there is no TLS certificate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment