diff --git a/cluster/apps/default/fireflyiii/daily-cronjob.yaml b/cluster/apps/default/fireflyiii/daily-cronjob.yaml index 9263e51..dd080be 100644 --- a/cluster/apps/default/fireflyiii/daily-cronjob.yaml +++ b/cluster/apps/default/fireflyiii/daily-cronjob.yaml @@ -14,12 +14,10 @@ spec: spec: containers: - name: firefly-cronjob - image: frolvlad/alpine-bash + image: alpine imagePullPolicy: IfNotPresent command: - - /bin/bash - - -c - - wget -qO- https://firefly-iii.default/api/v1/cron/$(cat /etc/crontoken) + - wget -qO- http://firefly-iii:8080/api/v1/cron/$(cat /etc/crontoken) volumeMounts: - name: ff-secret mountPath: /etc/crontoken