From b896e88c9063becfc339a5fd05abf0e86c8dd916 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 17 Jun 2023 15:23:26 -0400 Subject: [PATCH] fix fireflyiii cronjob --- cluster/apps/default/fireflyiii/daily-cronjob.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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