Added firefly-iii open banking importer
This commit is contained in:
@@ -50,6 +50,15 @@ patches:
|
|||||||
kind: CronJob
|
kind: CronJob
|
||||||
name: firefly-iii-cron
|
name: firefly-iii-cron
|
||||||
patch: |-
|
patch: |-
|
||||||
|
- op: add
|
||||||
|
path: /spec/concurrencyPolicy
|
||||||
|
value: Forbid
|
||||||
|
- op: add
|
||||||
|
path: /spec/jobTemplate/spec/backoffLimit
|
||||||
|
value: 1
|
||||||
|
- op: add
|
||||||
|
path: /spec/jobTemplate/spec/activeDeadlineSeconds
|
||||||
|
value: 600
|
||||||
- op: add
|
- op: add
|
||||||
path: /spec/jobTemplate/spec/template/spec/nodeSelector
|
path: /spec/jobTemplate/spec/template/spec/nodeSelector
|
||||||
value:
|
value:
|
||||||
@@ -61,6 +70,16 @@ patches:
|
|||||||
operator: Equal
|
operator: Equal
|
||||||
value: ai
|
value: ai
|
||||||
effect: NoSchedule
|
effect: NoSchedule
|
||||||
|
- op: replace
|
||||||
|
path: /spec/jobTemplate/spec/template/spec/containers/0/command
|
||||||
|
value:
|
||||||
|
- /bin/sh
|
||||||
|
- -ec
|
||||||
|
- >-
|
||||||
|
curl --fail --silent --show-error
|
||||||
|
--retry 30 --retry-delay 10 --retry-all-errors
|
||||||
|
--connect-timeout 5 --max-time 30
|
||||||
|
"http://firefly-iii:80/api/v1/cron/${STATIC_CRON_TOKEN}"
|
||||||
# A second independent filter in addition to ingressClassName.
|
# A second independent filter in addition to ingressClassName.
|
||||||
- target:
|
- target:
|
||||||
group: networking.k8s.io
|
group: networking.k8s.io
|
||||||
|
|||||||
@@ -19,6 +19,9 @@ spec:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/instance: firefly-iii
|
app.kubernetes.io/instance: firefly-iii
|
||||||
app.kubernetes.io/name: firefly-iii
|
app.kubernetes.io/name: firefly-iii
|
||||||
|
- podSelector:
|
||||||
|
matchLabels:
|
||||||
|
app.kubernetes.io/name: firefly-data-importer
|
||||||
# hostNetwork traffic is seen as node traffic rather than Pod traffic.
|
# hostNetwork traffic is seen as node traffic rather than Pod traffic.
|
||||||
- ipBlock:
|
- ipBlock:
|
||||||
cidr: 192.168.1.117/32
|
cidr: 192.168.1.117/32
|
||||||
|
|||||||
Reference in New Issue
Block a user